Skip to content

Commit 31422c8

Browse files
committed
updated package version and readme
1 parent 9162602 commit 31422c8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Loading

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,14 @@ ZeroSim provides a multitude of tools for building robots and environments in Un
5454
* Unity 2020.x
5555
* ROS Melodic (ZeroSim provides a pre-built Docker container for ROS functionality https://hub.docker.com/r/zerodog/zerosim_ros_vnc)
5656

57-
### Setting up a new Unity Project
57+
### Setting up a new Unity Project
5858

5959
1. In Unity Hub create a new Unity project using Unity 2020.x or later. ![New Unity Project](Documentation~/images/new_unity_project.png)
6060
2. Add ZeroSim via Unity Packages:
6161
1. Unity Menu `Window -> Package Manager`
6262
2. Select the `+` dropdown:
6363
![Dropdown](Documentation~/images/unity_package_manager.png)
64-
1. Select `Add Package From Git URL...` and enter `git@github.com:fsstudio-team/ZeroSimROSUnity.git`. Note this can take upto a few minutes to update but you should see the following:
64+
1. Select `Add Package From Git URL...` and enter `git@github.com:fsstudio-team/ZeroSimROSUnity.gitm`. Note this can take upto a few minutes to update but you should see the following:
6565
![ZeroSim Package Installed](Documentation~/images/zerosim_package_installed.png)
6666
1. Import the ZeroSim Sample by selecting the Samples `Import` button in the Package Manager:
6767
![Import ZeroSim Samples](Documentation~/images/import_zerosim_samples.png)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.fsstudio.zerosim",
3-
"version": "0.1.00",
3+
"version": "0.1.0",
44
"displayName": "ZeroSim",
55
"description": "ZeroSim ROS robotic simulator in Unity.",
66
"unity": "2020.1",

0 commit comments

Comments
 (0)