File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.frj.unity-sensors" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"displayName" : " UnitySensors" ,
5
5
"description" : " " ,
6
6
"unity" : " 2021.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.frj.unity-sensors-ros" ,
3
- "version" : " 0.1.1 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"displayName" : " UnitySensorsROS" ,
5
5
"description" : " " ,
6
6
"unity" : " 2021.3" ,
7
7
"dependencies" : {
8
- "com.frj.unity-sensors" : " 0.1.1 " ,
8
+ "com.frj.unity-sensors" : " 2.0.0 " ,
9
9
"com.unity.robotics.ros-tcp-connector" : " 0.7.0-preview"
10
10
},
11
11
"keywords" : [
Original file line number Diff line number Diff line change @@ -30,8 +30,8 @@ There are several Prefab and Scene files available for testing each sensor.
30
30
2 . In the Package Manager window, find and click the + button in the upper lefthand corner of the window. Select ` Add package from git URL.... `
31
31
32
32
3 . Enter the git URL for the desired package.
33
- 1 . For the UnitySensors, enter ` https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensors#v1 .0b ` .
34
- 2 . For the UnitySensorsROS, enter ` https://github.com/Field-Robotics-Japan/UnitySensorsROS.git?path=/Assets/UnitySensorsROS#v1 .0b ` .
33
+ 1 . For the UnitySensors, enter ` https://github.com/Field-Robotics-Japan/UnitySensors.git?path=/Assets/UnitySensors#v2.0 .0b ` .
34
+ 2 . For the UnitySensorsROS, enter ` https://github.com/Field-Robotics-Japan/UnitySensorsROS.git?path=/Assets/UnitySensorsROS#v2.0 .0b ` .
35
35
__ Note: UnitySensorsROS does not contain UnitySensors.__
36
36
4 . Click ` Add ` .
37
37
You can’t perform that action at this time.
0 commit comments