浏览代码

Merge branch 'tutorial_sample_project' of https://github.com/Unity-Technologies/com.unity.perception into tutorial_sample_project

/main
Mohsen Kamalzadeh 4 年前
当前提交
36b439ee
共有 3 个文件被更改,包括 12 次插入12 次删除
  1. 7
      README.md
  2. 11
      com.unity.perception/Documentation~/SetupSteps.md
  3. 6
      com.unity.perception/Documentation~/index.md

7
README.md


## Documentation
[Installation instructions](com.unity.perception/Documentation~/SetupSteps.md)
[Setting up your first perception scene](com.unity.perception/Documentation~/GettingStarted.md)
[Quick Installation Instructions](com.unity.perception/Documentation~/SetupSteps.md)
[Perception manual](com.unity.perception/Documentation~/index.md)
[Perception Tutorial](com.unity.perception/Documentation~/Tutorial/TUTORIAL.md): Detailed instructions covering every step from installing Unity Editor, to creating your first Perception project and generating large-scale synthetic datasets by leveraging the power of Unity Simulation.
[Randomizing your simulation](com.unity.perception/Documentation~/Randomization/Index.md)
[Perception Manual](com.unity.perception/Documentation~/index.md): Sample projects and documentation of the SDK.
## Local development
The repository includes two projects for local development in `TestProjects` folder, one set up for HDRP and the other for URP.

11
com.unity.perception/Documentation~/SetupSteps.md


![ReleaseBadge](https://badge-proxy.cds.internal.unity3d.com/5ab9a162-9dd0-4ba1-ba41-cf25378a927a)
1. Install the latest [2019.3 Unity Editor](https://unity.com/releases/2019-4)
1. Create a new HDRP or URP project, or open an existing project
This page provides brief instructions on installing the Perception package. Head over to the [Perception Tutorial](Tutorial/TUTORIAL.md) for more detailed instructions and steps for building a sample project.
1. Install the latest version of 2020.1.x Unity Editor from [here](https://unity3d.com/get-unity/download/archive). (Perception has not been tested on Unity versions newer than 2020.1)
1. Create a new HDRP or URP project, or open an existing project.
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.
Once completed you can continue with the [getting started steps](GettingStarted.md).

6
com.unity.perception/Documentation~/index.md


> The Perception package is in active development. Its features and API are subject to significant change as development progresses.
[Installation instructions](SetupSteps.md)
[Setting up your first perception scene](GettingStarted.md)
[Quick Installation Instructions](SetupSteps.md)
[Randomizing your simulation (Experimental)](Randomization/Index.md)
[Perception Tutorial](com.unity.perception/Documentation~/Tutorial/TUTORIAL.md)
## Example projects using Perception

正在加载...
取消
保存