Skip to content

Commit 21ff8b1

Browse files
committed
Update to 6000.0b11
1 parent de7bdf9 commit 21ff8b1

File tree

4 files changed

+37
-26
lines changed

4 files changed

+37
-26
lines changed

Packages/manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"dependencies": {
3-
"com.unity.ai.navigation": "1.1.5",
3+
"com.jd.guidresolver": "1.1.0",
4+
"com.unity.ai.navigation": "2.0.0",
45
"com.unity.connect.share": "4.2.3",
5-
"com.unity.ide.rider": "3.0.27",
6+
"com.unity.ide.rider": "3.0.28",
67
"com.unity.ide.visualstudio": "2.0.22",
78
"com.unity.ide.vscode": "1.2.5",
8-
"com.unity.test-framework": "1.1.33",
9-
"com.unity.textmeshpro": "3.0.7",
10-
"com.unity.ugui": "1.0.0",
9+
"com.unity.test-framework": "1.4.3",
10+
"com.unity.ugui": "2.0.0",
11+
"com.unity.modules.accessibility": "1.0.0",
1112
"com.unity.modules.androidjni": "1.0.0",
1213
"com.unity.modules.animation": "1.0.0",
1314
"com.unity.modules.assetbundle": "1.0.0",
@@ -32,8 +33,7 @@
3233
"com.unity.modules.video": "1.0.0",
3334
"com.unity.modules.vr": "1.0.0",
3435
"com.unity.modules.wind": "1.0.0",
35-
"com.unity.modules.xr": "1.0.0",
36-
"com.jd.guidresolver": "1.1.0"
36+
"com.unity.modules.xr": "1.0.0"
3737
},
3838
"scopedRegistries": [
3939
{
@@ -44,4 +44,4 @@
4444
]
4545
}
4646
]
47-
}
47+
}

Packages/packages-lock.json

Lines changed: 20 additions & 16 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": "1.1.5",
13+
"version": "2.0.0",
1414
"depth": 0,
1515
"source": "registry",
1616
"dependencies": {
@@ -36,14 +36,14 @@
3636
"url": "https://packages.unity.com"
3737
},
3838
"com.unity.ext.nunit": {
39-
"version": "1.0.6",
39+
"version": "2.0.5",
4040
"depth": 1,
4141
"source": "registry",
4242
"dependencies": {},
4343
"url": "https://packages.unity.com"
4444
},
4545
"com.unity.ide.rider": {
46-
"version": "3.0.27",
46+
"version": "3.0.28",
4747
"depth": 0,
4848
"source": "registry",
4949
"dependencies": {
@@ -82,34 +82,31 @@
8282
"url": "https://packages.unity.com"
8383
},
8484
"com.unity.test-framework": {
85-
"version": "1.1.33",
85+
"version": "1.4.3",
8686
"depth": 0,
8787
"source": "registry",
8888
"dependencies": {
89-
"com.unity.ext.nunit": "1.0.6",
89+
"com.unity.ext.nunit": "2.0.3",
9090
"com.unity.modules.imgui": "1.0.0",
9191
"com.unity.modules.jsonserialize": "1.0.0"
9292
},
9393
"url": "https://packages.unity.com"
9494
},
95-
"com.unity.textmeshpro": {
96-
"version": "3.0.7",
97-
"depth": 0,
98-
"source": "registry",
99-
"dependencies": {
100-
"com.unity.ugui": "1.0.0"
101-
},
102-
"url": "https://packages.unity.com"
103-
},
10495
"com.unity.ugui": {
105-
"version": "1.0.0",
96+
"version": "2.0.0",
10697
"depth": 0,
10798
"source": "builtin",
10899
"dependencies": {
109100
"com.unity.modules.ui": "1.0.0",
110101
"com.unity.modules.imgui": "1.0.0"
111102
}
112103
},
104+
"com.unity.modules.accessibility": {
105+
"version": "1.0.0",
106+
"depth": 0,
107+
"source": "builtin",
108+
"dependencies": {}
109+
},
113110
"com.unity.modules.ai": {
114111
"version": "1.0.0",
115112
"depth": 1,
@@ -149,6 +146,12 @@
149146
"com.unity.modules.animation": "1.0.0"
150147
}
151148
},
149+
"com.unity.modules.hierarchycore": {
150+
"version": "1.0.0",
151+
"depth": 1,
152+
"source": "builtin",
153+
"dependencies": {}
154+
},
152155
"com.unity.modules.imageconversion": {
153156
"version": "1.0.0",
154157
"depth": 0,
@@ -222,7 +225,8 @@
222225
"dependencies": {
223226
"com.unity.modules.ui": "1.0.0",
224227
"com.unity.modules.imgui": "1.0.0",
225-
"com.unity.modules.jsonserialize": "1.0.0"
228+
"com.unity.modules.jsonserialize": "1.0.0",
229+
"com.unity.modules.hierarchycore": "1.0.0"
226230
}
227231
},
228232
"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: 2022.3.19f1
2-
m_EditorVersionWithRevision: 2022.3.19f1 (244b723c30a6)
1+
m_EditorVersion: 6000.0.0b11
2+
m_EditorVersionWithRevision: 6000.0.0b11 (a707ca4efec4)

0 commit comments

Comments
 (0)