Skip to content

Commit

Permalink
unity version to 2019.4.32f
Browse files Browse the repository at this point in the history
  • Loading branch information
hk1ll3r committed Nov 6, 2021
1 parent 84594b4 commit fbce5bf
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 19 deletions.
6 changes: 6 additions & 0 deletions .vsconfig
@@ -0,0 +1,6 @@
{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}
17 changes: 9 additions & 8 deletions Packages/manifest.json
Expand Up @@ -2,20 +2,21 @@
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ads": "3.6.1",
"com.unity.analytics": "3.3.5",
"com.unity.collab-proxy": "1.2.16",
"com.unity.ads": "3.7.5",
"com.unity.analytics": "3.6.11",
"com.unity.collab-proxy": "1.12.5",
"com.unity.ext.nunit": "1.0.6",
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.2.3",
"com.unity.ide.rider": "1.2.1",
"com.unity.ide.visualstudio": "2.0.11",
"com.unity.ide.vscode": "1.2.4",
"com.unity.multiplayer-hlapi": "1.0.8",
"com.unity.purchasing": "3.0.1",
"com.unity.test-framework": "1.1.22",
"com.unity.purchasing": "4.0.3",
"com.unity.test-framework": "1.1.29",
"com.unity.textmeshpro": "2.1.6",
"com.unity.timeline": "1.2.18",
"com.unity.toolchain.win-x86_64-linux-x86_64": "0.1.21-preview",
"com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.7",
"com.unity.xr.legacyinputhelpers": "2.1.8",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
37 changes: 28 additions & 9 deletions Packages/packages-lock.json
Expand Up @@ -13,7 +13,7 @@
"dependencies": {}
},
"com.unity.ads": {
"version": "3.6.1",
"version": "3.7.5",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -22,7 +22,7 @@
"url": "https://packages.unity.com"
},
"com.unity.analytics": {
"version": "3.3.5",
"version": "3.6.11",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -31,7 +31,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collab-proxy": {
"version": "1.2.16",
"version": "1.12.5",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand All @@ -45,16 +45,25 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "1.1.4",
"version": "1.2.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.1"
},
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.11",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.9"
},
"url": "https://packages.unity.com"
},
"com.unity.ide.vscode": {
"version": "1.2.3",
"version": "1.2.4",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand All @@ -70,15 +79,25 @@
"url": "https://packages.unity.com"
},
"com.unity.purchasing": {
"version": "3.0.1",
"version": "4.0.3",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.androidjni": "1.0.0"
"com.unity.modules.androidjni": "1.0.0",
"com.unity.services.core": "1.0.1"
},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.0.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.unitywebrequest": "1.0.0"
},
"url": "https://packages.unity.com"
},
Expand All @@ -99,7 +118,7 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.22",
"version": "1.1.29",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -150,7 +169,7 @@
}
},
"com.unity.xr.legacyinputhelpers": {
"version": "2.1.7",
"version": "2.1.8",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
@@ -1,2 +1,2 @@
m_EditorVersion: 2019.4.23f1
m_EditorVersionWithRevision: 2019.4.23f1 (3f4e01f1a5ec)
m_EditorVersion: 2019.4.32f1
m_EditorVersionWithRevision: 2019.4.32f1 (f88bf0bee961)

0 comments on commit fbce5bf

Please sign in to comment.