Skip to content

Commit 444d99c

Browse files
committed
chore: Upgrade to Unity 6.3
1 parent f0627f7 commit 444d99c

File tree

6 files changed

+69
-15
lines changed

6 files changed

+69
-15
lines changed

Packages/manifest.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
22
"dependencies": {
33
"com.unity.ai.navigation": "2.0.9",
4-
"com.unity.collab-proxy": "2.9.3",
4+
"com.unity.collab-proxy": "2.10.2",
55
"com.unity.ide.rider": "3.0.38",
6-
"com.unity.ide.visualstudio": "2.0.23",
7-
"com.unity.multiplayer.center": "1.0.0",
6+
"com.unity.ide.visualstudio": "2.0.25",
7+
"com.unity.multiplayer.center": "1.0.1",
88
"com.unity.test-framework": "1.6.0",
99
"com.unity.timeline": "1.8.9",
10-
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.10",
10+
"com.unity.toolchain.win-x86_64-linux-x86_64": "2.0.11",
1111
"com.unity.ugui": "2.0.0",
12-
"com.unity.visualscripting": "1.9.7",
12+
"com.unity.visualscripting": "1.9.9",
1313
"com.unity.modules.accessibility": "1.0.0",
14+
"com.unity.modules.adaptiveperformance": "1.0.0",
1415
"com.unity.modules.ai": "1.0.0",
1516
"com.unity.modules.androidjni": "1.0.0",
1617
"com.unity.modules.animation": "1.0.0",
@@ -37,6 +38,7 @@
3738
"com.unity.modules.unitywebrequestaudio": "1.0.0",
3839
"com.unity.modules.unitywebrequesttexture": "1.0.0",
3940
"com.unity.modules.unitywebrequestwww": "1.0.0",
41+
"com.unity.modules.vectorgraphics": "1.0.0",
4042
"com.unity.modules.vehicles": "1.0.0",
4143
"com.unity.modules.video": "1.0.0",
4244
"com.unity.modules.vr": "1.0.0",

Packages/packages-lock.json

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://packages.unity.com"
1111
},
1212
"com.unity.collab-proxy": {
13-
"version": "2.9.3",
13+
"version": "2.10.2",
1414
"depth": 0,
1515
"source": "registry",
1616
"dependencies": {},
@@ -32,31 +32,31 @@
3232
"url": "https://packages.unity.com"
3333
},
3434
"com.unity.ide.visualstudio": {
35-
"version": "2.0.23",
35+
"version": "2.0.25",
3636
"depth": 0,
3737
"source": "registry",
3838
"dependencies": {
39-
"com.unity.test-framework": "1.1.9"
39+
"com.unity.test-framework": "1.1.31"
4040
},
4141
"url": "https://packages.unity.com"
4242
},
4343
"com.unity.multiplayer.center": {
44-
"version": "1.0.0",
44+
"version": "1.0.1",
4545
"depth": 0,
4646
"source": "builtin",
4747
"dependencies": {
4848
"com.unity.modules.uielements": "1.0.0"
4949
}
5050
},
5151
"com.unity.sysroot": {
52-
"version": "2.0.10",
52+
"version": "2.0.11",
5353
"depth": 1,
5454
"source": "registry",
5555
"dependencies": {},
5656
"url": "https://packages.unity.com"
5757
},
5858
"com.unity.sysroot.linux-x86_64": {
59-
"version": "2.0.9",
59+
"version": "2.0.10",
6060
"depth": 1,
6161
"source": "registry",
6262
"dependencies": {
@@ -87,7 +87,7 @@
8787
"url": "https://packages.unity.com"
8888
},
8989
"com.unity.toolchain.win-x86_64-linux-x86_64": {
90-
"version": "2.0.10",
90+
"version": "2.0.11",
9191
"depth": 0,
9292
"source": "registry",
9393
"dependencies": {
@@ -106,7 +106,7 @@
106106
}
107107
},
108108
"com.unity.visualscripting": {
109-
"version": "1.9.7",
109+
"version": "1.9.9",
110110
"depth": 0,
111111
"source": "registry",
112112
"dependencies": {
@@ -121,6 +121,14 @@
121121
"source": "builtin",
122122
"dependencies": {}
123123
},
124+
"com.unity.modules.adaptiveperformance": {
125+
"version": "1.0.0",
126+
"depth": 0,
127+
"source": "builtin",
128+
"dependencies": {
129+
"com.unity.modules.subsystems": "1.0.0"
130+
}
131+
},
124132
"com.unity.modules.ai": {
125133
"version": "1.0.0",
126134
"depth": 0,
@@ -328,6 +336,16 @@
328336
"com.unity.modules.imageconversion": "1.0.0"
329337
}
330338
},
339+
"com.unity.modules.vectorgraphics": {
340+
"version": "1.0.0",
341+
"depth": 0,
342+
"source": "builtin",
343+
"dependencies": {
344+
"com.unity.modules.uielements": "1.0.0",
345+
"com.unity.modules.imageconversion": "1.0.0",
346+
"com.unity.modules.imgui": "1.0.0"
347+
}
348+
},
331349
"com.unity.modules.vehicles": {
332350
"version": "1.0.0",
333351
"depth": 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:

ProjectSettings/ProjectVersion.txt

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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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: 15050, guid: 0000000000000000e000000000000000, type: 0}
13+
m_Name:
14+
m_EditorClassIdentifier: UnityEditor.PlayModeModule.dll::Unity.PlayMode.Editor.PlayModeUserSettings
15+
m_LastActiveConfiguration: {fileID: 0}

UserSettings/Search.settings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ searchItemFavorites = [
7171
savedSearchesSortOrder = 0
7272
showSavedSearchPanel = false
7373
hideTabs = false
74+
indexOnEditorStartup = true
75+
logIndexingPerformanceReport = false
7476
expandedQueries = [
7577
]
7678
queryBuilder = true

0 commit comments

Comments
 (0)