您最多选择25个主题
主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
926 B
926 B
Installing the Perception package in your project
- Install the latest 2019.3 Unity Editor
- 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 Add package from git URL...
- Enter
com.unity.perception
and click Add
If you want a specific version of the package, append the version to the end of the "git URL". Ex. com.unity.perception@0.1.0-preview.4
To install from a local clone of the repository, see installing a local package in the Unity manual.
Once completed you can continue with the getting started steps.