This page provides brief instructions on installing the Unity Robotics packages. Head over to the Pick-and-Place Tutorial for more detailed instructions and steps for building a sample project.
-
Create or open a Unity project.
Note: If you are adding the URDF-Importer, ensure you are using a 2020.2.0+ version of Unity Editor.
-
Open
Window->Package Manager. -
In the Package Manager window, find and click the
+button in the upper lefthand corner of the window. SelectAdd package from git URL.... -
Enter the git URL for the desired package.
- For the ROS-TCP-Connector, enter
https://github.com/Unity-Technologies/ROS-TCP-Connector.git. - For the URDF-Importer, enter
https://github.com/Unity-Technologies/URDF-Importer.git.
- For the ROS-TCP-Connector, enter
-
Click
Add.
To install from a local clone of the repository, see installing a local package in the Unity manual.
