File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Please note that this package is available as a preview, so it is not ready for
55
66### Install C# code
77 * Create a new Project on Unity 2019.3.0f5
8- * To your ` Package/manifest.json ` add the packages :
8+ * Navigate to the new created project folder and add the following entries into ` Package/manifest.json ` under "Dependencies" :
99 ``` json
1010 "com.unity.ai.mlagents" : " https://github.com/Unity-Technologies/ml-agents-dots.git#release-0.2.0" ,
1111 "com.unity.physics" : " 0.2.4-preview" ,
@@ -14,7 +14,8 @@ Please note that this package is available as a preview, so it is not ready for
1414 "com.unity.test-framework.performance" : " 1.3.3-preview" ,
1515 "com.unity.coding" : " 0.1.0-preview.13"
1616 ```
17- * In the Package Manager window, select DOTS ML-Agents and import the Samples you need.
17+ * In your Unity project, you should see the Package Manager resolving the new packages (this may take several minutes).
18+ * Go to Window -> Package Manager. Select DOTS ML-Agents and import all the samples.
1819
1920### Install Python code
2021 * Clone this repository in a new folder
You can’t perform that action at this time.
0 commit comments