You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,15 @@
8
8
9
9
## Create your own simulator
10
10
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).
12
13
13
14
To start using the simulator:
14
15
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
18
20
19
21
You can create your own scene and environment for Reachy to evolve in!
0 commit comments