Skip to content

Commit 7c9fad5

Browse files
committed
Unity LTS
- Downgrade to Unity 2019.4.9f1 LTS - Removed unused packages
1 parent d1ca0e7 commit 7c9fad5

File tree

3 files changed

+2
-42
lines changed

3 files changed

+2
-42
lines changed

Packages/manifest.json

-3
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
5-
"com.unity.collab-proxy": "1.3.9",
6-
"com.unity.ide.rider": "1.2.1",
75
"com.unity.ide.visualstudio": "2.0.2",
86
"com.unity.ide.vscode": "1.2.1",
97
"com.unity.test-framework": "1.1.16",
10-
"com.unity.textmeshpro": "3.0.1",
118
"com.unity.timeline": "1.2.12",
129
"com.unity.ugui": "1.0.0",
1310
"com.unity.modules.ai": "1.0.0",

Packages/packages-lock.json

-37
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,13 @@
1212
"source": "builtin",
1313
"dependencies": {}
1414
},
15-
"com.unity.collab-proxy": {
16-
"version": "1.3.9",
17-
"depth": 0,
18-
"source": "registry",
19-
"dependencies": {},
20-
"url": "https://packages.unity.com"
21-
},
2215
"com.unity.ext.nunit": {
2316
"version": "1.0.0",
2417
"depth": 1,
2518
"source": "registry",
2619
"dependencies": {},
2720
"url": "https://packages.unity.com"
2821
},
29-
"com.unity.ide.rider": {
30-
"version": "1.2.1",
31-
"depth": 0,
32-
"source": "registry",
33-
"dependencies": {
34-
"com.unity.test-framework": "1.1.1"
35-
},
36-
"url": "https://packages.unity.com"
37-
},
3822
"com.unity.ide.visualstudio": {
3923
"version": "2.0.2",
4024
"depth": 0,
@@ -60,15 +44,6 @@
6044
},
6145
"url": "https://packages.unity.com"
6246
},
63-
"com.unity.textmeshpro": {
64-
"version": "3.0.1",
65-
"depth": 0,
66-
"source": "registry",
67-
"dependencies": {
68-
"com.unity.ugui": "1.0.0"
69-
},
70-
"url": "https://packages.unity.com"
71-
},
7247
"com.unity.timeline": {
7348
"version": "1.2.12",
7449
"depth": 0,
@@ -218,18 +193,6 @@
218193
"depth": 0,
219194
"source": "builtin",
220195
"dependencies": {
221-
"com.unity.modules.ui": "1.0.0",
222-
"com.unity.modules.imgui": "1.0.0",
223-
"com.unity.modules.jsonserialize": "1.0.0",
224-
"com.unity.modules.uielementsnative": "1.0.0"
225-
}
226-
},
227-
"com.unity.modules.uielementsnative": {
228-
"version": "1.0.0",
229-
"depth": 1,
230-
"source": "builtin",
231-
"dependencies": {
232-
"com.unity.modules.ui": "1.0.0",
233196
"com.unity.modules.imgui": "1.0.0",
234197
"com.unity.modules.jsonserialize": "1.0.0"
235198
}

ProjectSettings/ProjectVersion.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.1.6f1
2-
m_EditorVersionWithRevision: 2020.1.6f1 (fc477ca6df10)
1+
m_EditorVersion: 2019.4.9f1
2+
m_EditorVersionWithRevision: 2019.4.9f1 (50fe8a171dd9)

0 commit comments

Comments
 (0)