您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

1.3 KiB

Installing the Perception package in your project

ReleaseBadge

This page provides brief instructions on installing the Perception package. Head over to the Perception Tutorial for more detailed instructions and steps for building a sample project.

  1. Install the latest version of 2020.2.x Unity Editor from here. (The Perception package has not been fully tested on newer Unity versions)
  2. Create a new HDRP or URP project, or open an existing project.
  3. Open Window -> Package Manager
    1. In the Package Manager window find and click the + button in the upper lefthand corner of the window
    2. Select Add package from git URL...
    3. Enter com.unity.perception and click Add

Note that although the Perception package is compatible with both URP and HDRP, Unity Simulation currently only supports URP projects, therefore a URP project is recommended.

If you want a specific version of the package, append the version to the end of the "git URL". Ex. com.unity.perception@0.8.0-preview.1

To install from a local clone of the repository, see installing a local package in the Unity manual.