Skip to content

Commit d833070

Browse files
committed
2020.3.18f1
1 parent d04cfc5 commit d833070

File tree

3 files changed

+21
-29
lines changed

3 files changed

+21
-29
lines changed

Packages/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"dependencies": {
33
"com.htc.upm.wave.xrsdk": "4.1.1-r.3.1",
4-
"com.unity.collab-proxy": "1.7.1",
4+
"com.unity.collab-proxy": "1.9.0",
55
"com.unity.ide.rider": "2.0.7",
66
"com.unity.ide.visualstudio": "2.0.11",
77
"com.unity.ide.vscode": "1.2.3",
8-
"com.unity.render-pipelines.universal": "10.3.2",
9-
"com.unity.test-framework": "1.1.27",
8+
"com.unity.render-pipelines.universal": "10.6.0",
9+
"com.unity.test-framework": "1.1.29",
1010
"com.unity.textmeshpro": "3.0.6",
1111
"com.unity.timeline": "1.4.8",
1212
"com.unity.ugui": "1.0.0",
13-
"com.unity.visualeffectgraph": "10.3.2",
13+
"com.unity.visualeffectgraph": "10.6.0",
1414
"com.unity.xr.interaction.toolkit": "0.9.4-preview",
1515
"com.unity.xr.management": "4.0.1",
1616
"com.unity.xr.mock-hmd": "1.3.0-preview.1",
17-
"com.unity.xr.oculus": "1.8.1",
17+
"com.unity.xr.oculus": "1.10.0",
1818
"com.unity.modules.ai": "1.0.0",
1919
"com.unity.modules.androidjni": "1.0.0",
2020
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

Lines changed: 14 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
"url": "https://npm-registry.vive.com"
1111
},
1212
"com.unity.collab-proxy": {
13-
"version": "1.7.1",
13+
"version": "1.9.0",
1414
"depth": 0,
1515
"source": "registry",
16-
"dependencies": {
17-
"com.unity.nuget.newtonsoft-json": "2.0.0"
18-
},
16+
"dependencies": {},
1917
"url": "https://packages.unity.com"
2018
},
2119
"com.unity.ext.nunit": {
@@ -57,15 +55,8 @@
5755
"dependencies": {},
5856
"url": "https://packages.unity.com"
5957
},
60-
"com.unity.nuget.newtonsoft-json": {
61-
"version": "2.0.0",
62-
"depth": 1,
63-
"source": "registry",
64-
"dependencies": {},
65-
"url": "https://packages.unity.com"
66-
},
6758
"com.unity.render-pipelines.core": {
68-
"version": "10.5.1",
59+
"version": "10.6.0",
6960
"depth": 1,
7061
"source": "registry",
7162
"dependencies": {
@@ -74,13 +65,13 @@
7465
"url": "https://packages.unity.com"
7566
},
7667
"com.unity.render-pipelines.universal": {
77-
"version": "10.3.2",
68+
"version": "10.6.0",
7869
"depth": 0,
7970
"source": "registry",
8071
"dependencies": {
8172
"com.unity.mathematics": "1.1.0",
82-
"com.unity.render-pipelines.core": "10.3.2",
83-
"com.unity.shadergraph": "10.3.2"
73+
"com.unity.render-pipelines.core": "10.6.0",
74+
"com.unity.shadergraph": "10.6.0"
8475
},
8576
"url": "https://packages.unity.com"
8677
},
@@ -92,11 +83,11 @@
9283
"url": "https://packages.unity.com"
9384
},
9485
"com.unity.shadergraph": {
95-
"version": "10.5.1",
86+
"version": "10.6.0",
9687
"depth": 1,
9788
"source": "registry",
9889
"dependencies": {
99-
"com.unity.render-pipelines.core": "10.5.1",
90+
"com.unity.render-pipelines.core": "10.6.0",
10091
"com.unity.searcher": "4.3.2"
10192
},
10293
"url": "https://packages.unity.com"
@@ -109,7 +100,7 @@
109100
"url": "https://packages.unity.com"
110101
},
111102
"com.unity.test-framework": {
112-
"version": "1.1.27",
103+
"version": "1.1.29",
113104
"depth": 0,
114105
"source": "registry",
115106
"dependencies": {
@@ -150,11 +141,12 @@
150141
}
151142
},
152143
"com.unity.visualeffectgraph": {
153-
"version": "10.3.2",
144+
"version": "10.6.0",
154145
"depth": 0,
155146
"source": "registry",
156147
"dependencies": {
157-
"com.unity.shadergraph": "10.3.2"
148+
"com.unity.shadergraph": "10.6.0",
149+
"com.unity.render-pipelines.core": "10.6.0"
158150
},
159151
"url": "https://packages.unity.com"
160152
},
@@ -169,7 +161,7 @@
169161
"url": "https://packages.unity.com"
170162
},
171163
"com.unity.xr.legacyinputhelpers": {
172-
"version": "2.1.7",
164+
"version": "2.1.8",
173165
"depth": 1,
174166
"source": "registry",
175167
"dependencies": {
@@ -201,7 +193,7 @@
201193
"url": "https://packages.unity.com"
202194
},
203195
"com.unity.xr.oculus": {
204-
"version": "1.8.1",
196+
"version": "1.10.0",
205197
"depth": 0,
206198
"source": "registry",
207199
"dependencies": {

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.3.16f1
2-
m_EditorVersionWithRevision: 2020.3.16f1 (049d6eca3c44)
1+
m_EditorVersion: 2020.3.18f1
2+
m_EditorVersionWithRevision: 2020.3.18f1 (a7d1c678663c)

0 commit comments

Comments
 (0)