Unity's PICO project basic environment construction notes (environmental configuration)


1. Unity environment configuration

1. Create 3D core project (learn how to upgrade URP project in ordinary 3D)

insert image description here

OpenWindow>Package Manager

insert image description here

Search for the Universal RP installation in the Unity Registry

insert image description here

Create the corresponding UPR resource file

insert image description here

Choose Edit>Project Settings

insert image description here

Select the URP resource file just now in Graphics

insert image description here

Select Quality, and select the URP resource file just created in the position shown below

insert image description here

Import the materials we need

After importing the material, upgrade the material to a URP file (follow the steps below)

insert image description here

insert image description here

Select as shown below, and click in order

2. Configure PICO SDK

Choose Edit > Preferences

insert image description here

Select External Tools to see if there are any warnings or errors in the Android configuration (generally no)

insert image description here

Select Window>Packege Manager to add PICO SDK

insert image description here

add from disk

insert image description here

Open the configuration file of the environment preparation

insert image description here

After importing, fill in the APP ID in the environment preparation chapter

insert image description here

Choose Edit>Project Settings

insert image description here

Select the corresponding PICO XR module

insert image description here

Select File>Build Settings to change the packaging environment

insert image description here

After confirming that it is an Android platform, select Player Settings

insert image description here

Configure packaging settings

insert image description here

Configure as shown below

insert image description here


Summarize

Unity's PICO project basic environment construction notes (environmental configuration)

Guess you like

Origin blog.csdn.net/qq_51603875/article/details/130310335