您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
1.4 KiB
1.4 KiB
Using Perception in your project
- Clone the Perception repository
- Install and use Unity latest 2019.3 Unity editor
Setting up a Project
Below are two options for getting started using the Perception package. Option 1 is opening existing test projects in the repository. Option 2 new Unity project and integrate the Perception package.
Option 1: PerceptionHDRP & PerceptionURP Projects
The repository includes two projects for local development in TestProjects
folder, one set up for HDRP and the other for URP. These can be opened in by adding them to the Unity Hub.
Option 2: Create a new Project
You can also set up a new or existing project to use Perception. The following instructions reference the Unity doc's page on installing a local package
- Create a new HDRP or URP project, or open an existing project
- Open
Window
->Package Manager
- In the Package Manager window find and click the + button in the upper lefthand corner of the window
- Select the add package from disk option
- Navigate to the com.unity.perception folder in your cloned repository and select the package.json file
Once completed you can continue with the getting started steps.