Skip to content
3 changes: 2 additions & 1 deletion testproject/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
"com.unity.services.authentication": "3.5.2",
"com.unity.services.multiplayer": "1.2.0",
"com.unity.test-framework": "1.6.0",
"com.unity.test-framework.performance": "3.1.0",
"com.unity.test-framework.performance": "3.2.0",
"com.unity.timeline": "1.8.9",
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.11",
"com.unity.ugui": "2.0.0",
"com.unity.modules.accessibility": "1.0.0",
"com.unity.modules.ai": "1.0.0",
Expand Down
45 changes: 36 additions & 9 deletions testproject/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
"url": "https://packages.unity.com"
},
"com.unity.burst": {
"version": "1.8.24",
"depth": 2,
"version": "1.8.25",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1",
Expand All @@ -43,13 +43,14 @@
"url": "https://packages.unity.com"
},
"com.unity.collections": {
"version": "2.5.1",
"version": "2.6.2",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.17",
"com.unity.test-framework": "1.4.5",
"com.unity.nuget.mono-cecil": "1.11.4",
"com.unity.burst": "1.8.23",
"com.unity.mathematics": "1.3.2",
"com.unity.test-framework": "1.4.6",
"com.unity.nuget.mono-cecil": "1.11.5",
"com.unity.test-framework.performance": "3.0.3"
},
"url": "https://packages.unity.com"
Expand Down Expand Up @@ -110,7 +111,7 @@
}
},
"com.unity.nuget.mono-cecil": {
"version": "1.11.4",
"version": "1.11.5",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -230,8 +231,24 @@
},
"url": "https://packages.unity.com"
},
"com.unity.sysroot": {
"version": "2.0.10",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.sysroot.linux-x86_64": {
"version": "2.0.9",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.sysroot": "2.0.10"
},
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.5.1",
"version": "1.6.0",
"depth": 0,
"source": "builtin",
"dependencies": {
Expand All @@ -241,7 +258,7 @@
}
},
"com.unity.test-framework.performance": {
"version": "3.1.0",
"version": "3.2.0",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -262,6 +279,16 @@
},
"url": "https://packages.unity.com"
},
"com.unity.toolchain.win-x86_64-linux-x86_64": {
"version": "2.0.11",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.sysroot": "2.0.10",
"com.unity.sysroot.linux-x86_64": "2.0.9"
},
"url": "https://packages.unity.com"
},
"com.unity.transport": {
"version": "2.6.0",
"depth": 1,
Expand Down
4 changes: 3 additions & 1 deletion testproject/ProjectSettings/MultiplayerManager.asset
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@
MultiplayerManager:
m_ObjectHideFlags: 0
m_EnableMultiplayerRoles: 0
m_StrippingTypes: {}
m_StrippingTypes:
1: []
2: []
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &1
MonoBehaviour:
m_ObjectHideFlags: 53
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d3c63bcbf0c7c4315b6f985026440942, type: 3}
m_Name:
m_EditorClassIdentifier:
m_EnableSafetyChecks: 1
m_AutomaticSelectionOptions:
m_StripRenderComponents: 0
m_StripUIComponents: 0
m_StripAudioComponents: 0
m_CustomComponentsList:
m_Keys: []
m_Values:
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &1
MonoBehaviour:
m_ObjectHideFlags: 53
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: d10b65e3c306d4012b52f19dca31ac8d, type: 3}
m_Name:
m_EditorClassIdentifier:
m_MultiplayerRoleForClassicProfile:
m_Keys: []
m_Values:
4 changes: 2 additions & 2 deletions testproject/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 6000.0.51f1
m_EditorVersionWithRevision: 6000.0.51f1 (01c3ff5872c5)
m_EditorVersion: 6000.0.60f1
m_EditorVersionWithRevision: 6000.0.60f1 (61dfb374e36f)
Loading