Skip to content

Commit 3ce77f1

Browse files
committed
Downgrade to Unity 2019.4.32f1 from 2020.3.10f1
1 parent 8211ca3 commit 3ce77f1

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed

.vsconfig

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"version": "1.0",
3+
"components": [
4+
"Microsoft.VisualStudio.Workload.ManagedGame"
5+
]
6+
}

Packages/packages-lock.json

+1-13
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"url": "https://packages.unity.com"
5757
},
5858
"com.unity.test-framework": {
59-
"version": "1.1.24",
59+
"version": "1.1.29",
6060
"depth": 1,
6161
"source": "registry",
6262
"dependencies": {
@@ -209,18 +209,6 @@
209209
"depth": 0,
210210
"source": "builtin",
211211
"dependencies": {
212-
"com.unity.modules.ui": "1.0.0",
213-
"com.unity.modules.imgui": "1.0.0",
214-
"com.unity.modules.jsonserialize": "1.0.0",
215-
"com.unity.modules.uielementsnative": "1.0.0"
216-
}
217-
},
218-
"com.unity.modules.uielementsnative": {
219-
"version": "1.0.0",
220-
"depth": 1,
221-
"source": "builtin",
222-
"dependencies": {
223-
"com.unity.modules.ui": "1.0.0",
224212
"com.unity.modules.imgui": "1.0.0",
225213
"com.unity.modules.jsonserialize": "1.0.0"
226214
}

ProjectSettings/ProjectVersion.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2020.3.10f1
2-
m_EditorVersionWithRevision: 2020.3.10f1 (297d780c91bc)
1+
m_EditorVersion: 2019.4.32f1
2+
m_EditorVersionWithRevision: 2019.4.32f1 (f88bf0bee961)

0 commit comments

Comments
 (0)