Skip to content

Commit 8c85b94

Browse files
committed
chore: update Unity version and deps
* Unity 2022.3.62f1 -> 2022.3.62f3 * unity-toolbar-extender 1.4.2 -> 1.4.5 * UIComponents 1.0.0-beta.9 -> 1.0.0-beta.10
1 parent 3cda9ac commit 8c85b94

3 files changed

Lines changed: 35 additions & 18 deletions

File tree

Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"dependencies": {
3-
"com.marijnzwemmer.unity-toolbar-extender": "1.4.2",
4-
"com.unity.ide.rider": "3.0.37",
5-
"com.unity.ide.visualstudio": "2.0.23",
3+
"com.marijnzwemmer.unity-toolbar-extender": "1.4.5",
4+
"com.unity.ide.rider": "3.0.39",
65
"com.unity.ide.vscode": "1.2.5",
76
"com.unity.test-framework": "1.1.33",
87
"com.unity.testtools.codecoverage": "1.2.7",
8+
"com.unity.toolchain.linux-x86_64": "2.0.11",
99
"com.unity.ugui": "1.0.0",
10-
"io.savolainen.uicomponents": "1.0.0-beta.9",
10+
"io.savolainen.uicomponents": "1.0.0-beta.10",
1111
"com.unity.modules.ai": "1.0.0",
1212
"com.unity.modules.androidjni": "1.0.0",
1313
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

Lines changed: 29 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.marijnzwemmer.unity-toolbar-extender": {
4-
"version": "1.4.2",
4+
"version": "1.4.5",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {},
@@ -15,23 +15,14 @@
1515
"url": "https://packages.unity.com"
1616
},
1717
"com.unity.ide.rider": {
18-
"version": "3.0.37",
18+
"version": "3.0.39",
1919
"depth": 0,
2020
"source": "registry",
2121
"dependencies": {
2222
"com.unity.ext.nunit": "1.0.6"
2323
},
2424
"url": "https://packages.unity.com"
2525
},
26-
"com.unity.ide.visualstudio": {
27-
"version": "2.0.23",
28-
"depth": 0,
29-
"source": "registry",
30-
"dependencies": {
31-
"com.unity.test-framework": "1.1.9"
32-
},
33-
"url": "https://packages.unity.com"
34-
},
3526
"com.unity.ide.vscode": {
3627
"version": "1.2.5",
3728
"depth": 0,
@@ -46,6 +37,22 @@
4637
"dependencies": {},
4738
"url": "https://packages.unity.com"
4839
},
40+
"com.unity.sysroot": {
41+
"version": "2.0.10",
42+
"depth": 1,
43+
"source": "registry",
44+
"dependencies": {},
45+
"url": "https://packages.unity.com"
46+
},
47+
"com.unity.sysroot.linux-x86_64": {
48+
"version": "2.0.9",
49+
"depth": 1,
50+
"source": "registry",
51+
"dependencies": {
52+
"com.unity.sysroot": "2.0.10"
53+
},
54+
"url": "https://packages.unity.com"
55+
},
4956
"com.unity.test-framework": {
5057
"version": "1.1.33",
5158
"depth": 0,
@@ -67,6 +74,16 @@
6774
},
6875
"url": "https://packages.unity.com"
6976
},
77+
"com.unity.toolchain.linux-x86_64": {
78+
"version": "2.0.11",
79+
"depth": 0,
80+
"source": "registry",
81+
"dependencies": {
82+
"com.unity.sysroot": "2.0.10",
83+
"com.unity.sysroot.linux-x86_64": "2.0.9"
84+
},
85+
"url": "https://packages.unity.com"
86+
},
7087
"com.unity.ugui": {
7188
"version": "1.0.0",
7289
"depth": 0,
@@ -77,7 +94,7 @@
7794
}
7895
},
7996
"io.savolainen.uicomponents": {
80-
"version": "1.0.0-beta.9",
97+
"version": "1.0.0-beta.10",
8198
"depth": 0,
8299
"source": "registry",
83100
"dependencies": {},

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.62f1
2-
m_EditorVersionWithRevision: 2022.3.62f1 (4af31df58517)
1+
m_EditorVersion: 2022.3.62f3
2+
m_EditorVersionWithRevision: 2022.3.62f3 (96770f904ca7)

0 commit comments

Comments
 (0)