Skip to content

Commit 27a249e

Browse files
committed
Updated minimalproject to 6000.0
1 parent 9975aa0 commit 27a249e

4 files changed

Lines changed: 84 additions & 27 deletions

File tree

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"disableProjectUpdate": false,
33
"dependencies": {
4-
"com.unity.ide.rider": "3.0.37",
5-
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects"
4+
"com.unity.ide.rider": "3.0.39",
5+
"com.unity.multiplayer.center": "1.0.0",
6+
"com.unity.netcode.gameobjects": "file:../../com.unity.netcode.gameobjects",
7+
"com.unity.modules.accessibility": "1.0.0"
68
},
7-
"testables": [
8-
"com.unity.netcode.gameobjects"
9-
]
10-
}
9+
"testables": [
10+
"com.unity.netcode.gameobjects"
11+
]
12+
}
Lines changed: 67 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.burst": {
4-
"version": "1.8.19",
4+
"version": "1.8.28",
55
"depth": 2,
66
"source": "registry",
77
"dependencies": {
@@ -11,24 +11,26 @@
1111
"url": "https://packages.unity.com"
1212
},
1313
"com.unity.collections": {
14-
"version": "1.2.4",
14+
"version": "2.6.5",
1515
"depth": 2,
1616
"source": "registry",
1717
"dependencies": {
18-
"com.unity.burst": "1.6.6",
19-
"com.unity.test-framework": "1.1.31"
18+
"com.unity.burst": "1.8.27",
19+
"com.unity.mathematics": "1.3.2",
20+
"com.unity.test-framework": "1.4.6",
21+
"com.unity.nuget.mono-cecil": "1.11.6",
22+
"com.unity.test-framework.performance": "3.0.3"
2023
},
2124
"url": "https://packages.unity.com"
2225
},
2326
"com.unity.ext.nunit": {
24-
"version": "1.0.6",
27+
"version": "2.0.5",
2528
"depth": 1,
26-
"source": "registry",
27-
"dependencies": {},
28-
"url": "https://packages.unity.com"
29+
"source": "builtin",
30+
"dependencies": {}
2931
},
3032
"com.unity.ide.rider": {
31-
"version": "3.0.37",
33+
"version": "3.0.39",
3234
"depth": 0,
3335
"source": "registry",
3436
"dependencies": {
@@ -37,12 +39,20 @@
3739
"url": "https://packages.unity.com"
3840
},
3941
"com.unity.mathematics": {
40-
"version": "1.2.6",
42+
"version": "1.3.2",
4143
"depth": 2,
4244
"source": "registry",
4345
"dependencies": {},
4446
"url": "https://packages.unity.com"
4547
},
48+
"com.unity.multiplayer.center": {
49+
"version": "1.0.0",
50+
"depth": 0,
51+
"source": "builtin",
52+
"dependencies": {
53+
"com.unity.modules.uielements": "1.0.0"
54+
}
55+
},
4656
"com.unity.netcode.gameobjects": {
4757
"version": "file:../../com.unity.netcode.gameobjects",
4858
"depth": 0,
@@ -60,38 +70,76 @@
6070
"url": "https://packages.unity.com"
6171
},
6272
"com.unity.test-framework": {
63-
"version": "1.1.33",
73+
"version": "1.6.0",
6474
"depth": 3,
65-
"source": "registry",
75+
"source": "builtin",
6676
"dependencies": {
67-
"com.unity.ext.nunit": "1.0.6",
77+
"com.unity.ext.nunit": "2.0.3",
6878
"com.unity.modules.imgui": "1.0.0",
6979
"com.unity.modules.jsonserialize": "1.0.0"
80+
}
81+
},
82+
"com.unity.test-framework.performance": {
83+
"version": "3.3.0",
84+
"depth": 3,
85+
"source": "registry",
86+
"dependencies": {
87+
"com.unity.test-framework": "1.1.33",
88+
"com.unity.modules.jsonserialize": "1.0.0"
7089
},
7190
"url": "https://packages.unity.com"
7291
},
7392
"com.unity.transport": {
74-
"version": "1.5.0",
93+
"version": "2.7.2",
7594
"depth": 1,
7695
"source": "registry",
7796
"dependencies": {
78-
"com.unity.burst": "1.6.6",
79-
"com.unity.collections": "1.2.4",
80-
"com.unity.mathematics": "1.2.6"
97+
"com.unity.burst": "1.8.24",
98+
"com.unity.collections": "2.2.1",
99+
"com.unity.mathematics": "1.3.2"
81100
},
82101
"url": "https://packages.unity.com"
83102
},
103+
"com.unity.modules.accessibility": {
104+
"version": "1.0.0",
105+
"depth": 0,
106+
"source": "builtin",
107+
"dependencies": {}
108+
},
109+
"com.unity.modules.hierarchycore": {
110+
"version": "1.0.0",
111+
"depth": 2,
112+
"source": "builtin",
113+
"dependencies": {}
114+
},
84115
"com.unity.modules.imgui": {
85116
"version": "1.0.0",
86-
"depth": 4,
117+
"depth": 2,
87118
"source": "builtin",
88119
"dependencies": {}
89120
},
90121
"com.unity.modules.jsonserialize": {
91122
"version": "1.0.0",
92-
"depth": 3,
123+
"depth": 2,
124+
"source": "builtin",
125+
"dependencies": {}
126+
},
127+
"com.unity.modules.ui": {
128+
"version": "1.0.0",
129+
"depth": 2,
93130
"source": "builtin",
94131
"dependencies": {}
132+
},
133+
"com.unity.modules.uielements": {
134+
"version": "1.0.0",
135+
"depth": 1,
136+
"source": "builtin",
137+
"dependencies": {
138+
"com.unity.modules.ui": "1.0.0",
139+
"com.unity.modules.imgui": "1.0.0",
140+
"com.unity.modules.jsonserialize": "1.0.0",
141+
"com.unity.modules.hierarchycore": "1.0.0"
142+
}
95143
}
96144
}
97145
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!655991488 &1
4+
MultiplayerManager:
5+
m_ObjectHideFlags: 0
6+
m_EnableMultiplayerRoles: 0
7+
m_StrippingTypes: {}
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2022.3.61f1
2-
m_EditorVersionWithRevision: 2022.3.61f1 (6c53ebaf375d)
1+
m_EditorVersion: 6000.0.72f1
2+
m_EditorVersionWithRevision: 6000.0.72f1 (b731fd3ae857)

0 commit comments

Comments
 (0)