Browse Source

Upgraded project to Unity 2020.3.15 and updated packages

readme
Nico de Poel 5 years ago
parent
commit
2b8853237c
  1. 12
      Packages/manifest.json
  2. 24
      Packages/packages-lock.json
  3. 2
      ProjectSettings/ProjectSettings.asset
  4. 4
      ProjectSettings/ProjectVersion.txt

12
Packages/manifest.json

@ -1,15 +1,15 @@
{
"dependencies": {
"com.unity.collab-proxy": "1.5.7",
"com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.9",
"com.unity.collab-proxy": "1.7.1",
"com.unity.ide.rider": "3.0.7",
"com.unity.ide.visualstudio": "2.0.11",
"com.unity.ide.vscode": "1.2.3",
"com.unity.inputsystem": "1.0.2",
"com.unity.render-pipelines.universal": "10.5.0",
"com.unity.render-pipelines.universal": "10.5.1",
"com.unity.test-framework": "1.1.27",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.4.8",
"com.unity.toolchain.win-x86_64-linux-x86_64": "0.1.19-preview",
"com.unity.timeline": "1.6.1",
"com.unity.toolchain.win-x86_64-linux-x86_64": "0.1.21-preview",
"com.unity.ugui": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",

24
Packages/packages-lock.json

@ -1,7 +1,7 @@
{
"dependencies": {
"com.unity.collab-proxy": {
"version": "1.5.7",
"version": "1.7.1",
"depth": 0,
"source": "registry",
"dependencies": {
@ -17,16 +17,16 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "2.0.7",
"version": "3.0.7",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.1"
"com.unity.ext.nunit": "1.0.6"
},
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.9",
"version": "2.0.11",
"depth": 0,
"source": "registry",
"dependencies": {
@ -63,7 +63,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "10.5.0",
"version": "10.5.1",
"depth": 1,
"source": "registry",
"dependencies": {
@ -72,13 +72,13 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.universal": {
"version": "10.5.0",
"version": "10.5.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.1.0",
"com.unity.render-pipelines.core": "10.5.0",
"com.unity.shadergraph": "10.5.0"
"com.unity.render-pipelines.core": "10.5.1",
"com.unity.shadergraph": "10.5.1"
},
"url": "https://packages.unity.com"
},
@ -90,11 +90,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "10.5.0",
"version": "10.5.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.render-pipelines.core": "10.5.0",
"com.unity.render-pipelines.core": "10.5.1",
"com.unity.searcher": "4.3.2"
},
"url": "https://packages.unity.com"
@ -136,7 +136,7 @@
"url": "https://packages.unity.com"
},
"com.unity.timeline": {
"version": "1.4.8",
"version": "1.6.1",
"depth": 0,
"source": "registry",
"dependencies": {
@ -148,7 +148,7 @@
"url": "https://packages.unity.com"
},
"com.unity.toolchain.win-x86_64-linux-x86_64": {
"version": "0.1.19-preview",
"version": "0.1.21-preview",
"depth": 0,
"source": "registry",
"dependencies": {

2
ProjectSettings/ProjectSettings.asset

@ -154,7 +154,7 @@ PlayerSettings:
Standalone: 0
iPhone: 0
tvOS: 0
overrideDefaultApplicationIdentifier: 0
overrideDefaultApplicationIdentifier: 1
AndroidBundleVersionCode: 1
AndroidMinSdkVersion: 19
AndroidTargetSdkVersion: 0

4
ProjectSettings/ProjectVersion.txt

@ -1,2 +1,2 @@
m_EditorVersion: 2020.3.14f1
m_EditorVersionWithRevision: 2020.3.14f1 (d0d1bb862f9d)
m_EditorVersion: 2020.3.15f2
m_EditorVersionWithRevision: 2020.3.15f2 (6cf78cb77498)
Loading…
Cancel
Save