Skip to content

Commit 4233d07

Browse files
authored
Update README.md
1 parent e673c49 commit 4233d07

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@
88

99
## Create your own simulator
1010

11-
Download the Unity package available on the realease page.
11+
Download the Unity package available on the [release page](https://github.com/pollen-robotics/Simulator_Reachy2021/releases).
12+
Download the [grpc_unity_package](https://packages.grpc.io/archive/2022/04/67538122780f8a081c774b66884289335c290cbe-f15a2c1c-582b-4c51-acf2-ab6d711d2c59/csharp/grpc_unity_package.2.47.0-dev202204190851.zip) from the [gRPC daily builds](https://packages.grpc.io/archive/2022/04/67538122780f8a081c774b66884289335c290cbe-f15a2c1c-582b-4c51-acf2-ab6d711d2c59/index.xml).
1213

1314
To start using the simulator:
1415
1. Create a new 3D Unity project (or open an existing one)
15-
2. From **Assets/Import Package/Custom Package...**, import the package you previously downloaded.
16-
3. Drag and drop Reachy and the Server from the Prefabs folder into your scene.
17-
4. Then click Play and choose how to connect to your robot
16+
2. Extract all from the previously downloaded grpc_unity_package, and paste the **Plugins** folder directly in the **Assets** folder of your Unity project.
17+
3. From the menu **Assets/Import Package/Custom Package...**, import the *reachy2021-simulator.unitypackage* you previously downloaded.
18+
4. Drag and drop Reachy and the Server from the Prefabs folder into your scene.
19+
5. Then click Play and choose how to connect to your robot
1820

1921
You can create your own scene and environment for Reachy to evolve in!
2022

0 commit comments

Comments
 (0)