Skip to content

Commit a09bcce

Browse files
committed
enhancement #13 : use decimated reachy model
1 parent cc5def6 commit a09bcce

File tree

4 files changed

+11
-31
lines changed

4 files changed

+11
-31
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:7f5777a8ca90e12892362a7a26129ae7d8860ef6e807da672f3da596df50948b
3-
size 29457276
2+
oid sha256:b70d72752433ac99b5cbe852d424a088f82e9b59c5d704fa6a20f8424f7de050
3+
size 5046604

Packages/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "1.15.16",
4-
"com.unity.ide.rider": "3.0.13",
5-
"com.unity.ide.visualstudio": "2.0.14",
3+
"com.unity.collab-proxy": "2.0.1",
4+
"com.unity.ide.rider": "3.0.18",
5+
"com.unity.ide.visualstudio": "2.0.17",
66
"com.unity.ide.vscode": "1.2.5",
77
"com.unity.test-framework": "1.1.31",
88
"com.unity.textmeshpro": "3.0.6",

Packages/packages-lock.json

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
77
"dependencies": {}
88
},
99
"com.unity.collab-proxy": {
10-
"version": "1.15.16",
10+
"version": "2.0.1",
1111
"depth": 0,
1212
"source": "registry",
13-
"dependencies": {
14-
"com.unity.services.core": "1.0.1"
15-
},
13+
"dependencies": {},
1614
"url": "https://packages.unity.com"
1715
},
1816
"com.unity.ext.nunit": {
@@ -23,7 +21,7 @@
2321
"url": "https://packages.unity.com"
2422
},
2523
"com.unity.ide.rider": {
26-
"version": "3.0.13",
24+
"version": "3.0.18",
2725
"depth": 0,
2826
"source": "registry",
2927
"dependencies": {
@@ -32,7 +30,7 @@
3230
"url": "https://packages.unity.com"
3331
},
3432
"com.unity.ide.visualstudio": {
35-
"version": "2.0.14",
33+
"version": "2.0.17",
3634
"depth": 0,
3735
"source": "registry",
3836
"dependencies": {
@@ -47,24 +45,6 @@
4745
"dependencies": {},
4846
"url": "https://packages.unity.com"
4947
},
50-
"com.unity.nuget.newtonsoft-json": {
51-
"version": "3.0.2",
52-
"depth": 2,
53-
"source": "registry",
54-
"dependencies": {},
55-
"url": "https://packages.unity.com"
56-
},
57-
"com.unity.services.core": {
58-
"version": "1.3.1",
59-
"depth": 1,
60-
"source": "registry",
61-
"dependencies": {
62-
"com.unity.modules.unitywebrequest": "1.0.0",
63-
"com.unity.nuget.newtonsoft-json": "3.0.2",
64-
"com.unity.modules.androidjni": "1.0.0"
65-
},
66-
"url": "https://packages.unity.com"
67-
},
6848
"com.unity.test-framework": {
6949
"version": "1.1.31",
7050
"depth": 0,

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.2f1
2-
m_EditorVersionWithRevision: 2021.3.2f1 (d6360bedb9a0)
1+
m_EditorVersion: 2021.3.20f1
2+
m_EditorVersionWithRevision: 2021.3.20f1 (577897200b8b)

0 commit comments

Comments
 (0)