Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

Commit 0bcc02b

Browse files
committed
Update base unity version to 2019.4.17f1 as LTS
* Current working version for campus deployment
1 parent 94a2474 commit 0bcc02b

4 files changed

Lines changed: 48 additions & 9 deletions

File tree

Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"dependencies": {
33
"com.unity.collab-proxy": "1.2.16",
44
"com.unity.ide.rider": "1.1.4",
5-
"com.unity.ide.vscode": "1.2.1",
6-
"com.unity.test-framework": "1.1.14",
5+
"com.unity.ide.vscode": "1.2.3",
6+
"com.unity.test-framework": "1.1.19",
77
"com.unity.textmeshpro": "2.0.1",
88
"com.unity.timeline": "1.2.14",
99
"com.unity.ugui": "1.0.0",

Packages/packages-lock.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://packages.unity.com"
99
},
1010
"com.unity.ext.nunit": {
11-
"version": "1.0.0",
11+
"version": "1.0.5",
1212
"depth": 1,
1313
"source": "registry",
1414
"dependencies": {},
@@ -24,18 +24,18 @@
2424
"url": "https://packages.unity.com"
2525
},
2626
"com.unity.ide.vscode": {
27-
"version": "1.2.1",
27+
"version": "1.2.3",
2828
"depth": 0,
2929
"source": "registry",
3030
"dependencies": {},
3131
"url": "https://packages.unity.com"
3232
},
3333
"com.unity.test-framework": {
34-
"version": "1.1.14",
34+
"version": "1.1.19",
3535
"depth": 0,
3636
"source": "registry",
3737
"dependencies": {
38-
"com.unity.ext.nunit": "1.0.0",
38+
"com.unity.ext.nunit": "1.0.5",
3939
"com.unity.modules.imgui": "1.0.0",
4040
"com.unity.modules.jsonserialize": "1.0.0"
4141
},
@@ -62,7 +62,8 @@
6262
"depth": 0,
6363
"source": "builtin",
6464
"dependencies": {
65-
"com.unity.modules.ui": "1.0.0"
65+
"com.unity.modules.ui": "1.0.0",
66+
"com.unity.modules.imgui": "1.0.0"
6667
}
6768
},
6869
"com.unity.modules.ai": {
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 61
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 13960, guid: 0000000000000000e000000000000000, type: 0}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
m_ScopedRegistriesSettingsExpanded: 1
16+
oneTimeWarningShown: 0
17+
m_Registries:
18+
- m_Id: main
19+
m_Name:
20+
m_Url: https://packages.unity.com
21+
m_Scopes: []
22+
m_IsDefault: 1
23+
m_UserSelectedRegistryName:
24+
m_UserAddingNewScopedRegistry: 0
25+
m_RegistryInfoDraft:
26+
m_ErrorMessage:
27+
m_Original:
28+
m_Id:
29+
m_Name:
30+
m_Url:
31+
m_Scopes: []
32+
m_IsDefault: 0
33+
m_Modified: 0
34+
m_Name:
35+
m_Url:
36+
m_Scopes:
37+
-
38+
m_SelectedScopeIndex: 0

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.4.1f1
2-
m_EditorVersionWithRevision: 2019.4.1f1 (e6c045e14e4e)
1+
m_EditorVersion: 2019.4.17f1
2+
m_EditorVersionWithRevision: 2019.4.17f1 (667c8606c536)

0 commit comments

Comments
 (0)