Skip to content

Commit fbcce12

Browse files
committed
chore: update to 2022.3.28f1 LTS and upgrade Urchin/BrainAtlas versions
1 parent 2d82cb1 commit fbcce12

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Assets/Scripts/Pinpoint/TrajectoryPlannerManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public async void Startup()
185185
}
186186
Settings.ReferenceCoord = referenceAtlas.AtlasSpace.ReferenceCoord;
187187

188-
var nodeTask = _atlasManager.LoadDefaultAreas("");
188+
var nodeTask = _atlasManager.LoadDefaultAreas();
189189

190190
await nodeTask;
191191

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"com.unity.ide.vscode": "1.2.5",
99
"com.unity.inputsystem": "1.7.0",
1010
"com.unity.memoryprofiler": "1.1.0",
11-
"com.unity.render-pipelines.universal": "14.0.10",
11+
"com.unity.render-pipelines.universal": "14.0.11",
1212
"com.unity.test-framework": "1.1.33",
1313
"com.unity.textmeshpro": "3.0.6",
1414
"com.unity.timeline": "1.7.6",

Packages/packages-lock.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"url": "https://packages.unity.com"
3535
},
3636
"com.unity.burst": {
37-
"version": "1.8.12",
37+
"version": "1.8.13",
3838
"depth": 1,
3939
"source": "registry",
4040
"dependencies": {
@@ -108,7 +108,7 @@
108108
"url": "https://packages.unity.com"
109109
},
110110
"com.unity.render-pipelines.core": {
111-
"version": "14.0.10",
111+
"version": "14.0.11",
112112
"depth": 1,
113113
"source": "builtin",
114114
"dependencies": {
@@ -119,23 +119,23 @@
119119
}
120120
},
121121
"com.unity.render-pipelines.universal": {
122-
"version": "14.0.10",
122+
"version": "14.0.11",
123123
"depth": 0,
124124
"source": "builtin",
125125
"dependencies": {
126126
"com.unity.mathematics": "1.2.1",
127127
"com.unity.burst": "1.8.9",
128-
"com.unity.render-pipelines.core": "14.0.10",
129-
"com.unity.shadergraph": "14.0.10",
128+
"com.unity.render-pipelines.core": "14.0.11",
129+
"com.unity.shadergraph": "14.0.11",
130130
"com.unity.render-pipelines.universal-config": "14.0.9"
131131
}
132132
},
133133
"com.unity.render-pipelines.universal-config": {
134-
"version": "14.0.9",
134+
"version": "14.0.10",
135135
"depth": 1,
136136
"source": "builtin",
137137
"dependencies": {
138-
"com.unity.render-pipelines.core": "14.0.9"
138+
"com.unity.render-pipelines.core": "14.0.10"
139139
}
140140
},
141141
"com.unity.scriptablebuildpipeline": {
@@ -153,11 +153,11 @@
153153
"url": "https://packages.unity.com"
154154
},
155155
"com.unity.shadergraph": {
156-
"version": "14.0.10",
156+
"version": "14.0.11",
157157
"depth": 1,
158158
"source": "builtin",
159159
"dependencies": {
160-
"com.unity.render-pipelines.core": "14.0.10",
160+
"com.unity.render-pipelines.core": "14.0.11",
161161
"com.unity.searcher": "4.9.2"
162162
}
163163
},
@@ -233,14 +233,14 @@
233233
"depth": 0,
234234
"source": "git",
235235
"dependencies": {},
236-
"hash": "b7662cfb1810a7dfd8deb15385d5f6068304275f"
236+
"hash": "2cf554dbd3b8baa5200d701f6e0403b119b8ecbf"
237237
},
238238
"vbl.urchin": {
239239
"version": "https://github.com/VirtualBrainLab/Urchin.git?path=/UnityClient/Packages/vbl.urchin",
240240
"depth": 0,
241241
"source": "git",
242242
"dependencies": {},
243-
"hash": "270b4c7c32f814adf0011cdae0b0184ff18dfe22"
243+
"hash": "e088d37b2d264720200bcace3d0ae5d658763044"
244244
},
245245
"com.unity.modules.ai": {
246246
"version": "1.0.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: 2022.3.18f1
2-
m_EditorVersionWithRevision: 2022.3.18f1 (d29bea25151d)
1+
m_EditorVersion: 2022.3.28f1
2+
m_EditorVersionWithRevision: 2022.3.28f1 (6bae5ce6b222)

0 commit comments

Comments
 (0)