Skip to content

Commit 4e39a2b

Browse files
committed
some phrasing updates
1 parent 0ea2e64 commit 4e39a2b

File tree

4 files changed

+32
-34
lines changed

4 files changed

+32
-34
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Step by step instructions for using the keypoint, pose, and animation randomizat
3232
**[FAQ](com.unity.perception/Documentation~/FAQ/FAQ.md)**
3333
Check out our FAQ for a list of common questions, tips, tricks, and some sample code.
3434

35-
**[Verifying Datasets with Dataset Insights](com.unity.perception/Documentation~/DatasetInsights.md)**
35+
**[Verifying Datasets with Dataset Insights](com.unity.perception/Documentation~/Tutorial/DatasetInsights.md)**
3636
Introduction to Unity's [Dataset Insights](https://github.com/Unity-Technologies/datasetinsights) – a python package for downloading, parsing and analyzing synthetic datasets.
3737

3838
## Documentation
@@ -79,7 +79,7 @@ For closest standards conformity and best experience overall, JetBrains Rider or
7979
* To allow navigating to code in all packages included in your project, in your Unity Editor, navigate to `Edit -> Preferences... -> External Tools` and check `Generate all .csproj files.`
8080

8181
## Known issues
82-
* The Linux Editor 2019.4.7f1 and 2019.4.8f1 might hang when importing HDRP-based Perception projects. For Linux Editor support, use 2019.4.6f1 or 2020.1.
82+
* The Linux Editor 2019.4.7f1 and 2019.4.8f1 might hang when importing HDRP-based Perception projects. For Linux Editor support, use 2020.3 or 2021.2.
8383
* Projects that use the Perception package on Windows or OS X will have a dependency for Python for Unity added to their manifest, in order for the new Dataset Visualizer tool to work. This tool and Python for Unity are not supported on Linux, therefore this dependency should be removed from the project's manifest file if the project is saved on Windows or OSX and opened on Linux.
8484

8585
## License

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ This page provides brief instructions on installing the Perception package. Head
1414

1515
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.
1616

17-
If you want a specific version of the package, append the version to the end of the "git URL". Ex. `[email protected].1`
17+
If you want a specific version of the package, append the version to the end of the "git URL". Ex. `[email protected].4`
1818

1919
To install from a local clone of the repository, see [installing a local package](https://docs.unity3d.com/Manual/upm-ui-local.html) in the Unity manual.

0 commit comments

Comments
 (0)