Skip to content

Commit bc4748a

Browse files
authored
Merge pull request #8 from jonisavo/chore/unity-2022
chore: upgrade project to Unity 2022
2 parents 43cd508 + 6283db4 commit bc4748a

File tree

7 files changed

+10
-30
lines changed

7 files changed

+10
-30
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
unityVersion:
1919
- 2021.3.3f1
2020
- 2021.3.45f1
21-
- 2022.3.50f1
22-
- 6000.0.23f1
21+
- 2022.3.53f1
22+
- 6000.0.29f1
2323
targetPlatform:
2424
- StandaloneLinux64
2525
- StandaloneWindows64

Packages/io.savolainen.unitygit/Core/Services/StatusService.cs

+3
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,10 @@ private void RemoveInvalidRepositories(IList<IRepository> repositories)
8888
}
8989

9090
foreach (var index in indexesToRemove)
91+
{
92+
repositories[index].Dispose();
9193
repositories.RemoveAt(index);
94+
}
9295
}
9396
}
9497

Packages/manifest.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
{
22
"dependencies": {
33
"com.marijnzwemmer.unity-toolbar-extender": "1.4.2",
4-
"com.unity.ide.rider": "3.0.31",
4+
"com.unity.ide.rider": "3.0.34",
55
"com.unity.ide.visualstudio": "2.0.22",
66
"com.unity.ide.vscode": "1.2.5",
77
"com.unity.test-framework": "1.1.33",
88
"com.unity.testtools.codecoverage": "1.2.6",
9-
"com.unity.textmeshpro": "3.0.7",
109
"com.unity.ugui": "1.0.0",
1110
"io.savolainen.uicomponents": "1.0.0-beta.9",
1211
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

+2-22
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"url": "https://packages.unity.com"
1616
},
1717
"com.unity.ide.rider": {
18-
"version": "3.0.31",
18+
"version": "3.0.34",
1919
"depth": 0,
2020
"source": "registry",
2121
"dependencies": {
@@ -40,7 +40,7 @@
4040
"url": "https://packages.unity.com"
4141
},
4242
"com.unity.settings-manager": {
43-
"version": "1.0.3",
43+
"version": "2.0.1",
4444
"depth": 1,
4545
"source": "registry",
4646
"dependencies": {},
@@ -67,15 +67,6 @@
6767
},
6868
"url": "https://packages.unity.com"
6969
},
70-
"com.unity.textmeshpro": {
71-
"version": "3.0.7",
72-
"depth": 0,
73-
"source": "registry",
74-
"dependencies": {
75-
"com.unity.ugui": "1.0.0"
76-
},
77-
"url": "https://packages.unity.com"
78-
},
7970
"com.unity.ugui": {
8071
"version": "1.0.0",
8172
"depth": 0,
@@ -247,17 +238,6 @@
247238
"version": "1.0.0",
248239
"depth": 0,
249240
"source": "builtin",
250-
"dependencies": {
251-
"com.unity.modules.ui": "1.0.0",
252-
"com.unity.modules.imgui": "1.0.0",
253-
"com.unity.modules.jsonserialize": "1.0.0",
254-
"com.unity.modules.uielementsnative": "1.0.0"
255-
}
256-
},
257-
"com.unity.modules.uielementsnative": {
258-
"version": "1.0.0",
259-
"depth": 1,
260-
"source": "builtin",
261241
"dependencies": {
262242
"com.unity.modules.ui": "1.0.0",
263243
"com.unity.modules.imgui": "1.0.0",

ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
{
2-
"m_Name": "Settings",
3-
"m_Path": "ProjectSettings/Packages/com.unity.testtools.codecoverage/Settings.json",
42
"m_Dictionary": {
53
"m_DictionaryValues": [
64
{

ProjectSettings/ProjectVersion.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.45f1
2-
m_EditorVersionWithRevision: 2021.3.45f1 (0da89fac8e79)
1+
m_EditorVersion: 2022.3.53f1
2+
m_EditorVersionWithRevision: 2022.3.53f1 (df4e529d20d3)

ProjectSettings/boot.config

Whitespace-only changes.

0 commit comments

Comments
 (0)