Skip to content

Commit 5765185

Browse files
author
Christopher Remde
committed
Upgraded Testproject to Unity 6000.3
1 parent 6113e21 commit 5765185

10 files changed

Lines changed: 823 additions & 266 deletions

File tree

Unity_Test_Project/Packages/manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
{
22
"dependencies": {
33
"com.buildingvolumes.geometry_sequence_player": "file:../../Geometry_Sequence_Player_Package",
4-
"com.unity.ai.navigation": "2.0.9",
5-
"com.unity.analytics": "3.8.1",
6-
"com.unity.collab-proxy": "2.9.3",
7-
"com.unity.ide.visualstudio": "2.0.23",
4+
"com.unity.collab-proxy": "2.10.2",
5+
"com.unity.ide.visualstudio": "2.0.25",
86
"com.unity.jobs": "0.70.0-preview.7",
97
"com.unity.memoryprofiler": "1.1.9",
10-
"com.unity.multiplayer.center": "1.0.0",
11-
"com.unity.nuget.newtonsoft-json": "3.2.1",
12-
"com.unity.shadergraph": "17.2.0",
8+
"com.unity.multiplayer.center": "1.0.1",
9+
"com.unity.nuget.newtonsoft-json": "3.2.2",
10+
"com.unity.shadergraph": "17.3.0",
1311
"com.unity.test-framework": "1.6.0",
1412
"com.unity.timeline": "1.8.9",
1513
"com.unity.ugui": "2.0.0",
16-
"com.unity.xr.legacyinputhelpers": "2.1.12",
14+
"com.unity.xr.legacyinputhelpers": "2.1.13",
1715
"com.unity.modules.accessibility": "1.0.0",
16+
"com.unity.modules.adaptiveperformance": "1.0.0",
1817
"com.unity.modules.ai": "1.0.0",
1918
"com.unity.modules.androidjni": "1.0.0",
2019
"com.unity.modules.animation": "1.0.0",
@@ -41,6 +40,7 @@
4140
"com.unity.modules.unitywebrequestaudio": "1.0.0",
4241
"com.unity.modules.unitywebrequesttexture": "1.0.0",
4342
"com.unity.modules.unitywebrequestwww": "1.0.0",
43+
"com.unity.modules.vectorgraphics": "1.0.0",
4444
"com.unity.modules.vehicles": "1.0.0",
4545
"com.unity.modules.video": "1.0.0",
4646
"com.unity.modules.vr": "1.0.0",

Unity_Test_Project/Packages/packages-lock.json

Lines changed: 37 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -9,25 +9,6 @@
99
"com.unity.timeline": "1.6.4"
1010
}
1111
},
12-
"com.unity.ai.navigation": {
13-
"version": "2.0.9",
14-
"depth": 0,
15-
"source": "registry",
16-
"dependencies": {
17-
"com.unity.modules.ai": "1.0.0"
18-
},
19-
"url": "https://packages.unity.com"
20-
},
21-
"com.unity.analytics": {
22-
"version": "3.8.1",
23-
"depth": 0,
24-
"source": "registry",
25-
"dependencies": {
26-
"com.unity.ugui": "1.0.0",
27-
"com.unity.services.analytics": "1.0.4"
28-
},
29-
"url": "https://packages.unity.com"
30-
},
3112
"com.unity.asset-store-tools": {
3213
"version": "file:com.unity.asset-store-tools",
3314
"depth": 0,
@@ -37,7 +18,7 @@
3718
}
3819
},
3920
"com.unity.burst": {
40-
"version": "1.8.24",
21+
"version": "1.8.25",
4122
"depth": 1,
4223
"source": "registry",
4324
"dependencies": {
@@ -47,18 +28,18 @@
4728
"url": "https://packages.unity.com"
4829
},
4930
"com.unity.collab-proxy": {
50-
"version": "2.9.3",
31+
"version": "2.10.2",
5132
"depth": 0,
5233
"source": "registry",
5334
"dependencies": {},
5435
"url": "https://packages.unity.com"
5536
},
5637
"com.unity.collections": {
57-
"version": "2.5.7",
38+
"version": "2.6.2",
5839
"depth": 1,
5940
"source": "registry",
6041
"dependencies": {
61-
"com.unity.burst": "1.8.19",
42+
"com.unity.burst": "1.8.23",
6243
"com.unity.mathematics": "1.3.2",
6344
"com.unity.test-framework": "1.4.6",
6445
"com.unity.nuget.mono-cecil": "1.11.5",
@@ -67,7 +48,7 @@
6748
"url": "https://packages.unity.com"
6849
},
6950
"com.unity.editorcoroutines": {
70-
"version": "1.0.0",
51+
"version": "1.0.1",
7152
"depth": 1,
7253
"source": "registry",
7354
"dependencies": {},
@@ -80,11 +61,11 @@
8061
"dependencies": {}
8162
},
8263
"com.unity.ide.visualstudio": {
83-
"version": "2.0.23",
64+
"version": "2.0.25",
8465
"depth": 0,
8566
"source": "registry",
8667
"dependencies": {
87-
"com.unity.test-framework": "1.1.9"
68+
"com.unity.test-framework": "1.1.31"
8869
},
8970
"url": "https://packages.unity.com"
9071
},
@@ -98,7 +79,7 @@
9879
"url": "https://packages.unity.com"
9980
},
10081
"com.unity.mathematics": {
101-
"version": "1.3.2",
82+
"version": "1.3.3",
10283
"depth": 1,
10384
"source": "registry",
10485
"dependencies": {},
@@ -118,36 +99,36 @@
11899
"url": "https://packages.unity.com"
119100
},
120101
"com.unity.multiplayer.center": {
121-
"version": "1.0.0",
102+
"version": "1.0.1",
122103
"depth": 0,
123104
"source": "builtin",
124105
"dependencies": {
125106
"com.unity.modules.uielements": "1.0.0"
126107
}
127108
},
128109
"com.unity.nuget.mono-cecil": {
129-
"version": "1.11.5",
110+
"version": "1.11.6",
130111
"depth": 2,
131112
"source": "registry",
132113
"dependencies": {},
133114
"url": "https://packages.unity.com"
134115
},
135116
"com.unity.nuget.newtonsoft-json": {
136-
"version": "3.2.1",
117+
"version": "3.2.2",
137118
"depth": 0,
138119
"source": "registry",
139120
"dependencies": {},
140121
"url": "https://packages.unity.com"
141122
},
142123
"com.unity.profiling.core": {
143-
"version": "1.0.2",
124+
"version": "1.0.3",
144125
"depth": 1,
145126
"source": "registry",
146127
"dependencies": {},
147128
"url": "https://packages.unity.com"
148129
},
149130
"com.unity.render-pipelines.core": {
150-
"version": "17.2.0",
131+
"version": "17.3.0",
151132
"depth": 1,
152133
"source": "builtin",
153134
"dependencies": {
@@ -157,55 +138,22 @@
157138
"com.unity.collections": "2.4.3",
158139
"com.unity.modules.physics": "1.0.0",
159140
"com.unity.modules.terrain": "1.0.0",
160-
"com.unity.modules.jsonserialize": "1.0.0",
161-
"com.unity.rendering.light-transport": "1.0.1"
162-
}
163-
},
164-
"com.unity.rendering.light-transport": {
165-
"version": "1.0.1",
166-
"depth": 2,
167-
"source": "builtin",
168-
"dependencies": {
169-
"com.unity.collections": "2.2.0",
170-
"com.unity.mathematics": "1.2.4",
171-
"com.unity.modules.terrain": "1.0.0"
141+
"com.unity.modules.jsonserialize": "1.0.0"
172142
}
173143
},
174144
"com.unity.searcher": {
175-
"version": "4.9.3",
145+
"version": "4.9.4",
176146
"depth": 1,
177147
"source": "registry",
178148
"dependencies": {},
179149
"url": "https://packages.unity.com"
180150
},
181-
"com.unity.services.analytics": {
182-
"version": "6.1.0",
183-
"depth": 1,
184-
"source": "registry",
185-
"dependencies": {
186-
"com.unity.ugui": "1.0.0",
187-
"com.unity.services.core": "1.12.4",
188-
"com.unity.modules.jsonserialize": "1.0.0"
189-
},
190-
"url": "https://packages.unity.com"
191-
},
192-
"com.unity.services.core": {
193-
"version": "1.14.0",
194-
"depth": 2,
195-
"source": "registry",
196-
"dependencies": {
197-
"com.unity.modules.androidjni": "1.0.0",
198-
"com.unity.nuget.newtonsoft-json": "3.2.1",
199-
"com.unity.modules.unitywebrequest": "1.0.0"
200-
},
201-
"url": "https://packages.unity.com"
202-
},
203151
"com.unity.shadergraph": {
204-
"version": "17.2.0",
152+
"version": "17.3.0",
205153
"depth": 0,
206154
"source": "builtin",
207155
"dependencies": {
208-
"com.unity.render-pipelines.core": "17.2.0",
156+
"com.unity.render-pipelines.core": "17.3.0",
209157
"com.unity.searcher": "4.9.3"
210158
}
211159
},
@@ -220,7 +168,7 @@
220168
}
221169
},
222170
"com.unity.test-framework.performance": {
223-
"version": "3.1.0",
171+
"version": "3.2.0",
224172
"depth": 2,
225173
"source": "registry",
226174
"dependencies": {
@@ -251,7 +199,7 @@
251199
}
252200
},
253201
"com.unity.xr.legacyinputhelpers": {
254-
"version": "2.1.12",
202+
"version": "2.1.13",
255203
"depth": 0,
256204
"source": "registry",
257205
"dependencies": {
@@ -266,6 +214,14 @@
266214
"source": "builtin",
267215
"dependencies": {}
268216
},
217+
"com.unity.modules.adaptiveperformance": {
218+
"version": "1.0.0",
219+
"depth": 0,
220+
"source": "builtin",
221+
"dependencies": {
222+
"com.unity.modules.subsystems": "1.0.0"
223+
}
224+
},
269225
"com.unity.modules.ai": {
270226
"version": "1.0.0",
271227
"depth": 0,
@@ -473,6 +429,16 @@
473429
"com.unity.modules.imageconversion": "1.0.0"
474430
}
475431
},
432+
"com.unity.modules.vectorgraphics": {
433+
"version": "1.0.0",
434+
"depth": 0,
435+
"source": "builtin",
436+
"dependencies": {
437+
"com.unity.modules.uielements": "1.0.0",
438+
"com.unity.modules.imageconversion": "1.0.0",
439+
"com.unity.modules.imgui": "1.0.0"
440+
}
441+
},
476442
"com.unity.modules.vehicles": {
477443
"version": "1.0.0",
478444
"depth": 0,

Unity_Test_Project/ProjectSettings/EditorBuildSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ EditorBuildSettings:
1515
path: Assets/Basic_Build_Sample_PC.unity
1616
guid: 6b09899ec332ee04eb46e280d0d6db69
1717
- enabled: 1
18-
path: Assets/Samples/Geometry Sequence Player/1.2.0/Sequence Samples/02_Pointcloud_Example.unity
18+
path: Assets/Samples/Geometry Sequence Player/1.2.1/Sequence Samples/02_Pointcloud_Example.unity
1919
guid: c8a284e921121b24fa1f675776339904
2020
m_configObjects: {}
2121
m_UseUCBPForAssetBundles: 0
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: 15023, guid: 0000000000000000e000000000000000, type: 0}
13+
m_Name:
14+
m_EditorClassIdentifier: UnityEditor.MultiplayerModule.dll::UnityEditor.Multiplayer.Internal.MultiplayerRolesSettings
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.2.6f2
2-
m_EditorVersionWithRevision: 6000.2.6f2 (4a4dcaec6541)
1+
m_EditorVersion: 6000.3.0f1
2+
m_EditorVersionWithRevision: 6000.3.0f1 (d1870ce95baf)
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
<Solution>
2+
<Project Path="Unity.Timeline.csproj" />
3+
<Project Path="Unity.MemoryProfiler.Editor.csproj" />
4+
<Project Path="Unity.PlasticSCM.Editor.csproj" />
5+
<Project Path="Unity.RenderPipelines.GPUDriven.Runtime.csproj" />
6+
<Project Path="Unity.ShaderGraph.Editor.csproj" />
7+
<Project Path="Unity.Timeline.Editor.csproj" />
8+
<Project Path="Unity.RenderPipelines.Core.Runtime.csproj" />
9+
<Project Path="Unity.Multiplayer.Center.Editor.csproj" />
10+
<Project Path="Unity.Mathematics.csproj" />
11+
<Project Path="Unity.RenderPipelines.Core.Editor.csproj" />
12+
<Project Path="Unity.Collections.csproj" />
13+
<Project Path="UnityEngine.UI.csproj" />
14+
<Project Path="UnityEditor.TestRunner.csproj" />
15+
<Project Path="buildingvolumes.geometry_sequence_player.csproj" />
16+
<Project Path="Unity.PerformanceTesting.Editor.csproj" />
17+
<Project Path="asset-store-tools-editor.csproj" />
18+
<Project Path="UnityEngine.TestRunner.csproj" />
19+
<Project Path="Unity.Searcher.Editor.csproj" />
20+
<Project Path="Unity.Burst.csproj" />
21+
<Project Path="Unity.VisualStudio.Editor.csproj" />
22+
<Project Path="Unity.RenderPipelines.Core.Runtime.Shared.csproj" />
23+
<Project Path="Unity.TextMeshPro.Editor.csproj" />
24+
<Project Path="Unity.UnifiedRayTracing.Runtime.csproj" />
25+
<Project Path="Unity.InternalAPIEngineBridge.004.csproj" />
26+
<Project Path="Unity.Burst.CodeGen.csproj" />
27+
<Project Path="Unity.PerformanceTesting.csproj" />
28+
<Project Path="UnityEditor.UI.csproj" />
29+
<Project Path="Unity.TextMeshPro.csproj" />
30+
<Project Path="Unity.Burst.Editor.csproj" />
31+
<Project Path="Assembly-CSharp.csproj" />
32+
<Project Path="buildingvolumes.geometry_sequence_player.editor.csproj" />
33+
<Project Path="Unity.MemoryProfiler.Editor.MemoryProfilerModule.csproj" />
34+
<Project Path="Unity.Multiplayer.Center.Common.csproj" />
35+
<Project Path="Unity.RenderPipelines.Core.Editor.Shared.csproj" />
36+
<Project Path="UnityEngine.SpatialTracking.csproj" />
37+
<Project Path="Unity.MemoryProfiler.csproj" />
38+
<Project Path="Unity.Collections.CodeGen.csproj" />
39+
<Project Path="Unity.Mathematics.Editor.csproj" />
40+
<Project Path="Unity.CollabProxy.Editor.csproj" />
41+
<Project Path="UnityEditor.XR.LegacyInputHelpers.csproj" />
42+
<Project Path="Unity.ShaderGraph.Utilities.csproj" />
43+
<Project Path="Unity.Profiling.Core.csproj" />
44+
<Project Path="Unity.EditorCoroutines.Editor.csproj" />
45+
<Project Path="UnityEngine.XR.LegacyInputHelpers.csproj" />
46+
<Project Path="Assembly-CSharp-Editor.csproj" />
47+
<Project Path="Unity.PlasticSCM.Editor.Entities.csproj" />
48+
<Project Path="UnityEditor.SpatialTracking.csproj" />
49+
<Project Path="Unity.Jobs.csproj" />
50+
<Project Path="Unity.Rendering.LightTransport.Editor.csproj" />
51+
<Project Path="Unity.Collections.Editor.csproj" />
52+
<Project Path="Unity.RenderPipelines.ShaderGraph.ShaderGraphLibrary.csproj" />
53+
<Project Path="Unity.RenderPipelines.Core.ShaderLibrary.csproj" />
54+
<Project Path="Unity.Jobs.CodeGen.csproj" />
55+
</Solution>

Unity_Test_Project/UserSettings/EditorUserSettings.asset

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@ EditorUserSettings:
1818
value: 5553045f5d0c505e0e5d5f7015260f4413154c7c297a7e6029791965e6e26261
1919
flags: 0
2020
RecentlyUsedSceneGuid-3:
21-
value: 50520d5750535f5d0c5d0f7747710d4417161e7e747d2469297a4867e7b16268
21+
value: 0250055250515f5d58590d7416250a44124f1e73282a23332b7b1b30e0b63269
2222
flags: 0
2323
RecentlyUsedSceneGuid-4:
24-
value: 54040c02515158595b0d0d7340735d44424f1d79757e70312e7b4a30e0b56d61
24+
value: 0207500300005c0d5a5a0d7b49250944141540722a2a73657d791b30e0b43268
2525
flags: 0
2626
RecentlyUsedSceneGuid-5:
27-
value: 0653030355045f0e5b59097012730d4441164828742a77327a794835b6e66d60
27+
value: 50520d5750535f5d0c5d0f7747710d4417161e7e747d2469297a4867e7b16268
2828
flags: 0
2929
RecentlyUsedSceneGuid-6:
30-
value: 0207500300005c0d5a5a0d7b49250944141540722a2a73657d791b30e0b43268
30+
value: 54040c02515158595b0d0d7340735d44424f1d79757e70312e7b4a30e0b56d61
3131
flags: 0
3232
RecentlyUsedSceneGuid-7:
33-
value: 57050c54500559090e5a097042765e4441164f2b792975312f2d4f6ab1b9306b
33+
value: 0653030355045f0e5b59097012730d4441164828742a77327a794835b6e66d60
3434
flags: 0
3535
RecentlyUsedSceneGuid-8:
36-
value: 000955545d010c025f5f5d7041210d441016492c7a7f73677a7f4e60bbb9646c
36+
value: 57050c54500559090e5a097042765e4441164f2b792975312f2d4f6ab1b9306b
3737
flags: 0
3838
RecentlyUsedSceneGuid-9:
39-
value: 0250055250515f5d58590d7416250a44124f1e73282a23332b7b1b30e0b63269
39+
value: 000955545d010c025f5f5d7041210d441016492c7a7f73677a7f4e60bbb9646c
4040
flags: 0
4141
UnityEditor.ShaderGraph.Blackboard:
4242
value: 18135939215a0a5004000b0e15254b524c030a3f2964643d120d1230e9e93a3fd6e826abbd2e2d293c4ead313b08042de6030a0afa240c0d020be94c4baf5e435d8715fa32c70d15d11612dacc11fee5d3c5d1fe9ab1bf968e93e2ffcbc3e7e2f0b3ffe0e8b0be9afbffaeffff8e85dd8390e3949c8899daa7

0 commit comments

Comments
 (0)