Skip to content

Commit 4abab9d

Browse files
committed
Updating to entities 1.3
1 parent d62b69f commit 4abab9d

File tree

4 files changed

+28
-28
lines changed

4 files changed

+28
-28
lines changed

Assets/Scenes/Subscenes/Race.unity

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:49529489cafbb48892807ed07d43090b275fa6f94b4cd384d28755f3f99e3032
3-
size 803795
2+
oid sha256:88209ef7e7f5d65090fd993a47d5192a361af2b96d966a130df4b3fa5ac341e7
3+
size 781964

Packages/manifest.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,27 @@
44
"com.unity.burst": "1.8.18",
55
"com.unity.cinemachine": "3.1.2",
66
"com.unity.collections": "2.5.1",
7-
"com.unity.entities": "1.3.2",
8-
"com.unity.entities.graphics": "1.2.4",
9-
"com.unity.ide.rider": "3.0.31",
7+
"com.unity.entities": "1.3.5",
8+
"com.unity.entities.graphics": "1.3.2",
9+
"com.unity.ide.rider": "3.0.34",
1010
"com.unity.ide.visualstudio": "2.0.22",
1111
"com.unity.learn.iet-framework": "4.0.2",
1212
"com.unity.learn.iet-framework.authoring": "1.2.2",
1313
"com.unity.mathematics": "1.3.2",
1414
"com.unity.mobile.android-logcat": "1.4.3",
1515
"com.unity.multiplayer.center": "1.0.0",
16-
"com.unity.netcode": "1.3.0-pre.4",
17-
"com.unity.physics": "1.2.4",
16+
"com.unity.netcode": "1.3.6",
17+
"com.unity.physics": "1.3.5",
1818
"com.unity.render-pipelines.universal": "17.0.3",
1919
"com.unity.services.authentication": "3.3.3",
2020
"com.unity.services.multiplay": "1.2.5",
21-
"com.unity.services.vivox": "16.5.0",
21+
"com.unity.services.vivox": "16.5.2",
2222
"com.unity.shadergraph": "17.0.3",
2323
"com.unity.terrain-tools": "5.1.2",
2424
"com.unity.test-framework": "1.4.5",
2525
"com.unity.test-framework.performance": "3.0.3",
2626
"com.unity.timeline": "1.8.7",
27-
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.9",
27+
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
2828
"com.unity.transport": "2.3.0",
2929
"com.unity.ugui": "2.0.0",
3030
"com.unity.visualscripting": "1.9.4",

Packages/packages-lock.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
"url": "https://packages.unity.com"
4646
},
4747
"com.unity.entities": {
48-
"version": "1.3.2",
48+
"version": "1.3.5",
4949
"depth": 0,
5050
"source": "registry",
5151
"dependencies": {
52-
"com.unity.burst": "1.8.17",
52+
"com.unity.burst": "1.8.18",
5353
"com.unity.collections": "2.5.1",
54-
"com.unity.mathematics": "1.3.1",
54+
"com.unity.mathematics": "1.3.2",
5555
"com.unity.modules.audio": "1.0.0",
5656
"com.unity.serialization": "3.1.1",
5757
"com.unity.profiling.core": "1.0.2",
@@ -67,11 +67,11 @@
6767
"url": "https://packages.unity.com"
6868
},
6969
"com.unity.entities.graphics": {
70-
"version": "1.2.4",
70+
"version": "1.3.2",
7171
"depth": 0,
7272
"source": "registry",
7373
"dependencies": {
74-
"com.unity.entities": "1.2.4",
74+
"com.unity.entities": "1.3.2",
7575
"com.unity.render-pipelines.core": "14.0.9",
7676
"com.unity.modules.particlesystem": "1.0.0"
7777
},
@@ -85,7 +85,7 @@
8585
"url": "https://packages.unity.com"
8686
},
8787
"com.unity.ide.rider": {
88-
"version": "3.0.31",
88+
"version": "3.0.34",
8989
"depth": 0,
9090
"source": "registry",
9191
"dependencies": {
@@ -144,11 +144,11 @@
144144
}
145145
},
146146
"com.unity.netcode": {
147-
"version": "1.3.0-pre.4",
147+
"version": "1.3.6",
148148
"depth": 0,
149149
"source": "registry",
150150
"dependencies": {
151-
"com.unity.entities": "1.3.0-pre.4",
151+
"com.unity.entities": "1.3.5",
152152
"com.unity.transport": "2.2.1",
153153
"com.unity.modules.animation": "1.0.0"
154154
},
@@ -169,16 +169,16 @@
169169
"url": "https://packages.unity.com"
170170
},
171171
"com.unity.physics": {
172-
"version": "1.2.4",
172+
"version": "1.3.5",
173173
"depth": 0,
174174
"source": "registry",
175175
"dependencies": {
176-
"com.unity.burst": "1.8.13",
177-
"com.unity.entities": "1.2.4",
178-
"com.unity.collections": "2.4.3",
179-
"com.unity.mathematics": "1.3.1",
176+
"com.unity.burst": "1.8.18",
177+
"com.unity.entities": "1.3.5",
178+
"com.unity.collections": "2.5.1",
179+
"com.unity.mathematics": "1.3.2",
180180
"com.unity.modules.imgui": "1.0.0",
181-
"com.unity.test-framework": "1.4.3",
181+
"com.unity.test-framework": "1.4.5",
182182
"com.unity.modules.jsonserialize": "1.0.0"
183183
},
184184
"url": "https://packages.unity.com"
@@ -298,7 +298,7 @@
298298
"url": "https://packages.unity.com"
299299
},
300300
"com.unity.services.vivox": {
301-
"version": "16.5.0",
301+
"version": "16.5.2",
302302
"depth": 0,
303303
"source": "registry",
304304
"dependencies": {
@@ -310,7 +310,7 @@
310310
"url": "https://packages.unity.com"
311311
},
312312
"com.unity.services.wire": {
313-
"version": "1.2.6",
313+
"version": "1.2.7",
314314
"depth": 1,
315315
"source": "registry",
316316
"dependencies": {
@@ -407,7 +407,7 @@
407407
"url": "https://packages.unity.com"
408408
},
409409
"com.unity.toolchain.win-x86_64-linux-x86_64": {
410-
"version": "2.0.9",
410+
"version": "2.0.10",
411411
"depth": 0,
412412
"source": "registry",
413413
"dependencies": {

ProjectSettings/ProjectVersion.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 6000.0.21f1
2-
m_EditorVersionWithRevision: 6000.0.21f1 (e2bacb8dee3a)
1+
m_EditorVersion: 6000.0.24f1
2+
m_EditorVersionWithRevision: 6000.0.24f1 (11fa355cd605)

0 commit comments

Comments
 (0)