summaryrefslogtreecommitdiff
path: root/Packages
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-12-05 19:52:15 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-12-05 19:52:15 -0500
commiteff38cca28e00a9049ab4817ecac6edc71e9b335 (patch)
tree015fbe90794257d5c534cc6195a1028450e67bdc /Packages
parent0a843187ae6b809f01cc839bf9c51402373dd2c8 (diff)
downloadProject-Sandbox-master.tar.gz
Project-Sandbox-master.tar.bz2
Project-Sandbox-master.zip
Upgraded to Unity 2019.4.16HEADmaster
Diffstat (limited to 'Packages')
-rw-r--r--Packages/manifest.json6
-rw-r--r--Packages/packages-lock.json13
2 files changed, 10 insertions, 9 deletions
diff --git a/Packages/manifest.json b/Packages/manifest.json
index 562e643..786536a 100644
--- a/Packages/manifest.json
+++ b/Packages/manifest.json
@@ -1,13 +1,13 @@
{
"dependencies": {
- "com.unity.ads": "3.4.7",
+ "com.unity.ads": "3.5.2",
"com.unity.collab-proxy": "1.2.16",
"com.unity.ide.rider": "1.1.4",
- "com.unity.ide.vscode": "1.2.1",
+ "com.unity.ide.vscode": "1.2.3",
"com.unity.inputsystem": "1.0.0",
"com.unity.probuilder": "4.2.3",
"com.unity.progrids": "3.0.3-preview.6",
- "com.unity.test-framework": "1.1.16",
+ "com.unity.test-framework": "1.1.19",
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.13",
"com.unity.ugui": "1.0.0",
diff --git a/Packages/packages-lock.json b/Packages/packages-lock.json
index eb4830e..d7a1f57 100644
--- a/Packages/packages-lock.json
+++ b/Packages/packages-lock.json
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.unity.ads": {
- "version": "3.4.7",
+ "version": "3.5.2",
"depth": 0,
"source": "registry",
"dependencies": {
@@ -17,7 +17,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
- "version": "1.0.0",
+ "version": "1.0.5",
"depth": 1,
"source": "registry",
"dependencies": {},
@@ -33,7 +33,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.vscode": {
- "version": "1.2.1",
+ "version": "1.2.3",
"depth": 0,
"source": "registry",
"dependencies": {},
@@ -72,11 +72,11 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
- "version": "1.1.16",
+ "version": "1.1.19",
"depth": 0,
"source": "registry",
"dependencies": {
- "com.unity.ext.nunit": "1.0.0",
+ "com.unity.ext.nunit": "1.0.5",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},
@@ -103,7 +103,8 @@
"depth": 0,
"source": "builtin",
"dependencies": {
- "com.unity.modules.ui": "1.0.0"
+ "com.unity.modules.ui": "1.0.0",
+ "com.unity.modules.imgui": "1.0.0"
}
},
"com.unity.modules.ai": {