Skip to content

Commit dd147e8

Browse files
committed
Upgrade to 6000.5.0f1
1 parent 70a8090 commit dd147e8

5 files changed

Lines changed: 53 additions & 31 deletions

File tree

Packages/manifest.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"dependencies": {
33
"com.jd.guidresolver": "1.2.0",
4-
"com.unity.ai.navigation": "2.0.12",
4+
"com.unity.ai.navigation": "2.0.13",
55
"com.unity.connect.share": "4.2.4",
6-
"com.unity.ide.rider": "3.0.39",
6+
"com.unity.ide.rider": "3.0.40",
77
"com.unity.ide.visualstudio": "2.0.27",
88
"com.unity.multiplayer.center": "1.0.1",
9-
"com.unity.test-framework": "1.6.0",
10-
"com.unity.ugui": "2.0.0",
9+
"com.unity.test-framework": "1.7.0",
10+
"com.unity.ugui": "2.5.0",
1111
"com.unity.modules.accessibility": "1.0.0",
1212
"com.unity.modules.adaptiveperformance": "1.0.0",
1313
"com.unity.modules.androidjni": "1.0.0",
@@ -20,6 +20,7 @@
2020
"com.unity.modules.jsonserialize": "1.0.0",
2121
"com.unity.modules.particlesystem": "1.0.0",
2222
"com.unity.modules.physics": "1.0.0",
23+
"com.unity.modules.physicscore2d": "1.0.0",
2324
"com.unity.modules.screencapture": "1.0.0",
2425
"com.unity.modules.tilemap": "1.0.0",
2526
"com.unity.modules.ui": "1.0.0",
@@ -33,7 +34,6 @@
3334
"com.unity.modules.unitywebrequestwww": "1.0.0",
3435
"com.unity.modules.vectorgraphics": "1.0.0",
3536
"com.unity.modules.video": "1.0.0",
36-
"com.unity.modules.vr": "1.0.0",
3737
"com.unity.modules.wind": "1.0.0",
3838
"com.unity.modules.xr": "1.0.0"
3939
},

Packages/packages-lock.json

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://package.openupm.com"
1111
},
1212
"com.unity.ai.navigation": {
13-
"version": "2.0.12",
13+
"version": "2.0.13",
1414
"depth": 0,
1515
"source": "registry",
1616
"dependencies": {
@@ -29,20 +29,20 @@
2929
"url": "https://packages.unity.com"
3030
},
3131
"com.unity.editorcoroutines": {
32-
"version": "1.0.1",
32+
"version": "1.1.0",
3333
"depth": 1,
3434
"source": "registry",
3535
"dependencies": {},
3636
"url": "https://packages.unity.com"
3737
},
3838
"com.unity.ext.nunit": {
39-
"version": "2.0.5",
39+
"version": "2.1.0",
4040
"depth": 1,
4141
"source": "builtin",
4242
"dependencies": {}
4343
},
4444
"com.unity.ide.rider": {
45-
"version": "3.0.39",
45+
"version": "3.0.40",
4646
"depth": 0,
4747
"source": "registry",
4848
"dependencies": {
@@ -82,22 +82,25 @@
8282
"url": "https://packages.unity.com"
8383
},
8484
"com.unity.test-framework": {
85-
"version": "1.6.0",
85+
"version": "1.7.0",
8686
"depth": 0,
8787
"source": "builtin",
8888
"dependencies": {
89-
"com.unity.ext.nunit": "2.0.3",
89+
"com.unity.ext.nunit": "2.1.0",
9090
"com.unity.modules.imgui": "1.0.0",
9191
"com.unity.modules.jsonserialize": "1.0.0"
9292
}
9393
},
9494
"com.unity.ugui": {
95-
"version": "2.0.0",
95+
"version": "2.5.0",
9696
"depth": 0,
9797
"source": "builtin",
9898
"dependencies": {
9999
"com.unity.modules.ui": "1.0.0",
100-
"com.unity.modules.imgui": "1.0.0"
100+
"com.unity.modules.imgui": "1.0.0",
101+
"com.unity.modules.audio": "1.0.0",
102+
"com.unity.modules.physics2d": "1.0.0",
103+
"com.unity.modules.physics": "1.0.0"
101104
}
102105
},
103106
"com.unity.modules.accessibility": {
@@ -124,7 +127,9 @@
124127
"version": "1.0.0",
125128
"depth": 0,
126129
"source": "builtin",
127-
"dependencies": {}
130+
"dependencies": {
131+
"com.unity.modules.jsonserialize": "1.0.0"
132+
}
128133
},
129134
"com.unity.modules.animation": {
130135
"version": "1.0.0",
@@ -193,6 +198,14 @@
193198
"version": "1.0.0",
194199
"depth": 1,
195200
"source": "builtin",
201+
"dependencies": {
202+
"com.unity.modules.physicscore2d": "1.0.0"
203+
}
204+
},
205+
"com.unity.modules.physicscore2d": {
206+
"version": "1.0.0",
207+
"depth": 0,
208+
"source": "builtin",
196209
"dependencies": {}
197210
},
198211
"com.unity.modules.screencapture": {
@@ -234,7 +247,8 @@
234247
"com.unity.modules.imgui": "1.0.0",
235248
"com.unity.modules.jsonserialize": "1.0.0",
236249
"com.unity.modules.hierarchycore": "1.0.0",
237-
"com.unity.modules.physics": "1.0.0"
250+
"com.unity.modules.physics": "1.0.0",
251+
"com.unity.modules.animation": "1.0.0"
238252
}
239253
},
240254
"com.unity.modules.umbra": {
@@ -318,16 +332,6 @@
318332
"com.unity.modules.unitywebrequest": "1.0.0"
319333
}
320334
},
321-
"com.unity.modules.vr": {
322-
"version": "1.0.0",
323-
"depth": 0,
324-
"source": "builtin",
325-
"dependencies": {
326-
"com.unity.modules.jsonserialize": "1.0.0",
327-
"com.unity.modules.physics": "1.0.0",
328-
"com.unity.modules.xr": "1.0.0"
329-
}
330-
},
331335
"com.unity.modules.wind": {
332336
"version": "1.0.0",
333337
"depth": 0,

ProjectSettings/PackageManagerSettings.asset

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,27 +18,39 @@ MonoBehaviour:
1818
m_SeeAllPackageVersions: 0
1919
m_DismissPreviewPackagesInUse: 0
2020
oneTimeWarningShown: 0
21-
m_Registries:
22-
- m_Id: main
21+
oneTimePackageErrorsPopUpShown: 0
22+
m_MainRegistry:
23+
m_Id: main
2324
m_Name:
2425
m_Url: https://packages.unity.com
2526
m_Scopes: []
2627
m_IsDefault: 1
28+
m_IsUnityRegistry: 1
2729
m_Capabilities: 7
2830
m_ConfigSource: 0
31+
m_Compliance:
32+
m_Status: 0
33+
m_Violations: []
34+
m_ScopedRegistries:
2935
- m_Id: scoped:project:package.openupm.com
3036
m_Name: package.openupm.com
3137
m_Url: https://package.openupm.com
3238
m_Scopes:
3339
- com.jd.guidresolver
3440
m_IsDefault: 0
41+
m_IsUnityRegistry: 0
3542
m_Capabilities: 0
3643
m_ConfigSource: 4
44+
m_Compliance:
45+
m_Status: 0
46+
m_Violations: []
3747
m_UserSelectedRegistryName: package.openupm.com
3848
m_UserAddingNewScopedRegistry: 0
3949
m_RegistryInfoDraft:
4050
m_Modified: 0
4151
m_ErrorMessage:
42-
m_UserModificationsInstanceId: -834
43-
m_OriginalInstanceId: -836
52+
m_UserModificationsEntityId:
53+
m_rawData: 568105589213756512
54+
m_OriginalEntityId:
55+
m_rawData: 568105589213756510
4456
m_LoadAssets: 0
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!176606843 &1
4+
PhysicsCoreProjectSettings2D:
5+
m_ObjectHideFlags: 0
6+
m_PhysicsCoreSettings: {fileID: 0}

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.4.0f1
2-
m_EditorVersionWithRevision: 6000.4.0f1 (8cf496087c8f)
1+
m_EditorVersion: 6000.5.0f1
2+
m_EditorVersionWithRevision: 6000.5.0f1 (88b47c5e7076)

0 commit comments

Comments
 (0)