Browse Source

Updated project to Unity 2019.4.39

master
Nico de Poel 4 years ago
parent
commit
febba5c9bf
  1. 6
      Packages/manifest.json
  2. 6
      Packages/packages-lock.json
  3. 4
      ProjectSettings/ProjectVersion.txt

6
Packages/manifest.json

@ -1,11 +1,11 @@
{ {
"dependencies": { "dependencies": {
"com.unity.collab-proxy": "1.6.0",
"com.unity.collab-proxy": "1.14.16",
"com.unity.gamecore": "file:gamecore/com.unity.gamecore-0.4.6-preview.tgz", "com.unity.gamecore": "file:gamecore/com.unity.gamecore-0.4.6-preview.tgz",
"com.unity.ide.rider": "1.2.1", "com.unity.ide.rider": "1.2.1",
"com.unity.ide.vscode": "1.2.3",
"com.unity.ide.vscode": "1.2.5",
"com.unity.psn.ps5": "file:psn/com.unity.psn.ps5-0.0.26-preview.tgz", "com.unity.psn.ps5": "file:psn/com.unity.psn.ps5-0.0.26-preview.tgz",
"com.unity.test-framework": "1.1.27",
"com.unity.test-framework": "1.1.31",
"com.unity.textmeshpro": "2.1.4", "com.unity.textmeshpro": "2.1.4",
"com.unity.timeline": "1.2.18", "com.unity.timeline": "1.2.18",
"com.unity.ugui": "1.0.0", "com.unity.ugui": "1.0.0",

6
Packages/packages-lock.json

@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"com.unity.collab-proxy": { "com.unity.collab-proxy": {
"version": "1.6.0",
"version": "1.14.16",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
@ -30,7 +30,7 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"com.unity.ide.vscode": { "com.unity.ide.vscode": {
"version": "1.2.3",
"version": "1.2.5",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": {}, "dependencies": {},
@ -43,7 +43,7 @@
"dependencies": {} "dependencies": {}
}, },
"com.unity.test-framework": { "com.unity.test-framework": {
"version": "1.1.27",
"version": "1.1.31",
"depth": 0, "depth": 0,
"source": "registry", "source": "registry",
"dependencies": { "dependencies": {

4
ProjectSettings/ProjectVersion.txt

@ -1,2 +1,2 @@
m_EditorVersion: 2019.4.34f1
m_EditorVersionWithRevision: 2019.4.34f1 (6a9faed444f2)
m_EditorVersion: 2019.4.39f1
m_EditorVersionWithRevision: 2019.4.39f1 (78d14dfa024b)
Loading…
Cancel
Save