Skip to content

Commit

Permalink
build: upgrade Unity (2019.4.18f1)
Browse files Browse the repository at this point in the history
  • Loading branch information
homuler committed Jan 21, 2021
1 parent 1258937 commit 515c2b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"dependencies": {
"com.unity.2d.animation": "3.2.5",
"com.unity.2d.pixel-perfect": "2.0.4",
"com.unity.2d.pixel-perfect": "2.1.0",
"com.unity.2d.psdimporter": "2.1.6",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.spriteshape": "3.0.14",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.collab-proxy": "1.2.16",
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.2.3",
"com.unity.test-framework": "1.1.19",
"com.unity.test-framework": "1.1.20",
"com.unity.testtools.codecoverage": "0.3.1-preview",
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.14",
Expand Down
15 changes: 8 additions & 7 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,24 @@
"url": "https://packages.unity.com"
},
"com.unity.2d.common": {
"version": "2.0.2",
"version": "2.1.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.2d.sprite": "1.0.0"
"com.unity.2d.sprite": "1.0.0",
"com.unity.modules.uielements": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.2d.path": {
"version": "2.0.6",
"version": "2.1.0",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.2d.pixel-perfect": {
"version": "2.0.4",
"version": "2.1.0",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -76,7 +77,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "1.0.5",
"version": "1.0.6",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand Down Expand Up @@ -113,11 +114,11 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.19",
"version": "1.1.20",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ext.nunit": "1.0.5",
"com.unity.ext.nunit": "1.0.6",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2019.4.16f1
m_EditorVersionWithRevision: 2019.4.16f1 (e05b6e02d63e)
m_EditorVersion: 2019.4.18f1
m_EditorVersionWithRevision: 2019.4.18f1 (3310a4d4f880)

0 comments on commit 515c2b9

Please sign in to comment.