Skip to content

Commit b94624c

Browse files
committed
Updating project version (can be reverted)
1 parent ceaa7e7 commit b94624c

File tree

6 files changed

+82
-13
lines changed

6 files changed

+82
-13
lines changed

testproject/Packages/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
"com.unity.services.authentication": "3.5.2",
1414
"com.unity.services.multiplayer": "1.2.0",
1515
"com.unity.test-framework": "1.6.0",
16-
"com.unity.test-framework.performance": "3.1.0",
16+
"com.unity.test-framework.performance": "3.2.0",
1717
"com.unity.timeline": "1.8.9",
18+
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
1819
"com.unity.ugui": "2.0.0",
1920
"com.unity.modules.accessibility": "1.0.0",
2021
"com.unity.modules.ai": "1.0.0",

testproject/Packages/packages-lock.json

Lines changed: 36 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"url": "https://packages.unity.com"
2727
},
2828
"com.unity.burst": {
29-
"version": "1.8.24",
30-
"depth": 2,
29+
"version": "1.8.25",
30+
"depth": 1,
3131
"source": "registry",
3232
"dependencies": {
3333
"com.unity.mathematics": "1.2.1",
@@ -43,13 +43,14 @@
4343
"url": "https://packages.unity.com"
4444
},
4545
"com.unity.collections": {
46-
"version": "2.5.1",
46+
"version": "2.6.2",
4747
"depth": 1,
4848
"source": "registry",
4949
"dependencies": {
50-
"com.unity.burst": "1.8.17",
51-
"com.unity.test-framework": "1.4.5",
52-
"com.unity.nuget.mono-cecil": "1.11.4",
50+
"com.unity.burst": "1.8.23",
51+
"com.unity.mathematics": "1.3.2",
52+
"com.unity.test-framework": "1.4.6",
53+
"com.unity.nuget.mono-cecil": "1.11.5",
5354
"com.unity.test-framework.performance": "3.0.3"
5455
},
5556
"url": "https://packages.unity.com"
@@ -110,7 +111,7 @@
110111
}
111112
},
112113
"com.unity.nuget.mono-cecil": {
113-
"version": "1.11.4",
114+
"version": "1.11.5",
114115
"depth": 1,
115116
"source": "registry",
116117
"dependencies": {},
@@ -230,8 +231,24 @@
230231
},
231232
"url": "https://packages.unity.com"
232233
},
234+
"com.unity.sysroot": {
235+
"version": "2.0.10",
236+
"depth": 1,
237+
"source": "registry",
238+
"dependencies": {},
239+
"url": "https://packages.unity.com"
240+
},
241+
"com.unity.sysroot.linux-x86_64": {
242+
"version": "2.0.9",
243+
"depth": 1,
244+
"source": "registry",
245+
"dependencies": {
246+
"com.unity.sysroot": "2.0.10"
247+
},
248+
"url": "https://packages.unity.com"
249+
},
233250
"com.unity.test-framework": {
234-
"version": "1.5.1",
251+
"version": "1.6.0",
235252
"depth": 0,
236253
"source": "builtin",
237254
"dependencies": {
@@ -241,7 +258,7 @@
241258
}
242259
},
243260
"com.unity.test-framework.performance": {
244-
"version": "3.1.0",
261+
"version": "3.2.0",
245262
"depth": 0,
246263
"source": "registry",
247264
"dependencies": {
@@ -262,6 +279,16 @@
262279
},
263280
"url": "https://packages.unity.com"
264281
},
282+
"com.unity.toolchain.win-x86_64-linux-x86_64": {
283+
"version": "2.0.10",
284+
"depth": 0,
285+
"source": "registry",
286+
"dependencies": {
287+
"com.unity.sysroot": "2.0.10",
288+
"com.unity.sysroot.linux-x86_64": "2.0.9"
289+
},
290+
"url": "https://packages.unity.com"
291+
},
265292
"com.unity.transport": {
266293
"version": "2.6.0",
267294
"depth": 1,

testproject/ProjectSettings/MultiplayerManager.asset

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
MultiplayerManager:
55
m_ObjectHideFlags: 0
66
m_EnableMultiplayerRoles: 0
7-
m_StrippingTypes: {}
7+
m_StrippingTypes:
8+
1: []
9+
2: []
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 53
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: d3c63bcbf0c7c4315b6f985026440942, type: 3}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
m_EnableSafetyChecks: 1
16+
m_AutomaticSelectionOptions:
17+
m_StripRenderComponents: 0
18+
m_StripUIComponents: 0
19+
m_StripAudioComponents: 0
20+
m_CustomComponentsList:
21+
m_Keys: []
22+
m_Values:
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 53
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 11500000, guid: d10b65e3c306d4012b52f19dca31ac8d, type: 3}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
m_MultiplayerRoleForClassicProfile:
16+
m_Keys: []
17+
m_Values:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 6000.0.51f1
2-
m_EditorVersionWithRevision: 6000.0.51f1 (01c3ff5872c5)
1+
m_EditorVersion: 6000.0.60f1
2+
m_EditorVersionWithRevision: 6000.0.60f1 (61dfb374e36f)

0 commit comments

Comments
 (0)