Skip to content

Commit 78a1330

Browse files
author
dsol-cpu
committed
updated to unity v6
1 parent a58eb41 commit 78a1330

6 files changed

Lines changed: 66 additions & 56 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,5 @@
5656
"temp/": true,
5757
"Temp/": true
5858
},
59-
"dotnet.defaultSolution": "AESCodeChallenge-August-2024.sln"
59+
"dotnet.defaultSolution": "GeospatialDataVisualization-Aug2024.sln"
6060
}

Packages/manifest.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
4-
"com.unity.burst": "1.6.6",
5-
"com.unity.ide.rider": "3.0.31",
6-
"com.unity.ide.visualstudio": "2.0.22",
7-
"com.unity.ide.vscode": "1.2.5",
8-
"com.unity.test-framework": "1.1.33",
9-
"com.unity.textmeshpro": "3.0.9",
10-
"com.unity.timeline": "1.6.5",
11-
"com.unity.toolchain.linux-x86_64": "2.0.9",
12-
"com.unity.ugui": "1.0.0",
4+
"com.unity.ai.navigation": "2.0.8",
5+
"com.unity.burst": "1.8.23",
6+
"com.unity.ide.rider": "3.0.36",
7+
"com.unity.ide.visualstudio": "2.0.23",
8+
"com.unity.multiplayer.center": "1.0.0",
9+
"com.unity.test-framework": "1.5.1",
10+
"com.unity.timeline": "1.8.7",
11+
"com.unity.toolchain.linux-x86_64": "2.0.10",
12+
"com.unity.ugui": "2.0.0",
13+
"com.unity.modules.accessibility": "1.0.0",
1314
"com.unity.modules.ai": "1.0.0",
1415
"com.unity.modules.androidjni": "1.0.0",
1516
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

Lines changed: 46 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,33 @@
66
"source": "builtin",
77
"dependencies": {}
88
},
9+
"com.unity.ai.navigation": {
10+
"version": "2.0.8",
11+
"depth": 0,
12+
"source": "registry",
13+
"dependencies": {
14+
"com.unity.modules.ai": "1.0.0"
15+
},
16+
"url": "https://packages.unity.com"
17+
},
918
"com.unity.burst": {
10-
"version": "1.6.6",
19+
"version": "1.8.23",
1120
"depth": 0,
1221
"source": "registry",
1322
"dependencies": {
14-
"com.unity.mathematics": "1.2.1"
23+
"com.unity.mathematics": "1.2.1",
24+
"com.unity.modules.jsonserialize": "1.0.0"
1525
},
1626
"url": "https://packages.unity.com"
1727
},
1828
"com.unity.ext.nunit": {
19-
"version": "1.0.6",
29+
"version": "2.0.5",
2030
"depth": 1,
21-
"source": "registry",
22-
"dependencies": {},
23-
"url": "https://packages.unity.com"
31+
"source": "builtin",
32+
"dependencies": {}
2433
},
2534
"com.unity.ide.rider": {
26-
"version": "3.0.31",
35+
"version": "3.0.36",
2736
"depth": 0,
2837
"source": "registry",
2938
"dependencies": {
@@ -32,28 +41,29 @@
3241
"url": "https://packages.unity.com"
3342
},
3443
"com.unity.ide.visualstudio": {
35-
"version": "2.0.22",
44+
"version": "2.0.23",
3645
"depth": 0,
3746
"source": "registry",
3847
"dependencies": {
3948
"com.unity.test-framework": "1.1.9"
4049
},
4150
"url": "https://packages.unity.com"
4251
},
43-
"com.unity.ide.vscode": {
44-
"version": "1.2.5",
45-
"depth": 0,
46-
"source": "registry",
47-
"dependencies": {},
48-
"url": "https://packages.unity.com"
49-
},
5052
"com.unity.mathematics": {
51-
"version": "1.2.6",
53+
"version": "1.3.2",
5254
"depth": 1,
5355
"source": "registry",
5456
"dependencies": {},
5557
"url": "https://packages.unity.com"
5658
},
59+
"com.unity.multiplayer.center": {
60+
"version": "1.0.0",
61+
"depth": 0,
62+
"source": "builtin",
63+
"dependencies": {
64+
"com.unity.modules.uielements": "1.0.0"
65+
}
66+
},
5767
"com.unity.sysroot": {
5868
"version": "2.0.10",
5969
"depth": 1,
@@ -71,27 +81,17 @@
7181
"url": "https://packages.unity.com"
7282
},
7383
"com.unity.test-framework": {
74-
"version": "1.1.33",
84+
"version": "1.5.1",
7585
"depth": 0,
76-
"source": "registry",
86+
"source": "builtin",
7787
"dependencies": {
78-
"com.unity.ext.nunit": "1.0.6",
88+
"com.unity.ext.nunit": "2.0.3",
7989
"com.unity.modules.imgui": "1.0.0",
8090
"com.unity.modules.jsonserialize": "1.0.0"
81-
},
82-
"url": "https://packages.unity.com"
83-
},
84-
"com.unity.textmeshpro": {
85-
"version": "3.0.9",
86-
"depth": 0,
87-
"source": "registry",
88-
"dependencies": {
89-
"com.unity.ugui": "1.0.0"
90-
},
91-
"url": "https://packages.unity.com"
91+
}
9292
},
9393
"com.unity.timeline": {
94-
"version": "1.6.5",
94+
"version": "1.8.7",
9595
"depth": 0,
9696
"source": "registry",
9797
"dependencies": {
@@ -103,7 +103,7 @@
103103
"url": "https://packages.unity.com"
104104
},
105105
"com.unity.toolchain.linux-x86_64": {
106-
"version": "2.0.9",
106+
"version": "2.0.10",
107107
"depth": 0,
108108
"source": "registry",
109109
"dependencies": {
@@ -113,14 +113,20 @@
113113
"url": "https://packages.unity.com"
114114
},
115115
"com.unity.ugui": {
116-
"version": "1.0.0",
116+
"version": "2.0.0",
117117
"depth": 0,
118118
"source": "builtin",
119119
"dependencies": {
120120
"com.unity.modules.ui": "1.0.0",
121121
"com.unity.modules.imgui": "1.0.0"
122122
}
123123
},
124+
"com.unity.modules.accessibility": {
125+
"version": "1.0.0",
126+
"depth": 0,
127+
"source": "builtin",
128+
"dependencies": {}
129+
},
124130
"com.unity.modules.ai": {
125131
"version": "1.0.0",
126132
"depth": 0,
@@ -168,6 +174,12 @@
168174
"com.unity.modules.animation": "1.0.0"
169175
}
170176
},
177+
"com.unity.modules.hierarchycore": {
178+
"version": "1.0.0",
179+
"depth": 1,
180+
"source": "builtin",
181+
"dependencies": {}
182+
},
171183
"com.unity.modules.imageconversion": {
172184
"version": "1.0.0",
173185
"depth": 0,
@@ -257,17 +269,7 @@
257269
"com.unity.modules.ui": "1.0.0",
258270
"com.unity.modules.imgui": "1.0.0",
259271
"com.unity.modules.jsonserialize": "1.0.0",
260-
"com.unity.modules.uielementsnative": "1.0.0"
261-
}
262-
},
263-
"com.unity.modules.uielementsnative": {
264-
"version": "1.0.0",
265-
"depth": 1,
266-
"source": "builtin",
267-
"dependencies": {
268-
"com.unity.modules.ui": "1.0.0",
269-
"com.unity.modules.imgui": "1.0.0",
270-
"com.unity.modules.jsonserialize": "1.0.0"
272+
"com.unity.modules.hierarchycore": "1.0.0"
271273
}
272274
},
273275
"com.unity.modules.umbra": {
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: {}

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.23f1
2-
m_EditorVersionWithRevision: 2021.3.23f1 (213b516bf396)
1+
m_EditorVersion: 6000.1.8f1
2+
m_EditorVersionWithRevision: 6000.1.8f1 (2a5b1522e5ab)

ProjectSettings/boot.config

Whitespace-only changes.

0 commit comments

Comments
 (0)