Created
August 11, 2020 07:46
-
-
Save nicolasgramlich/ca26f0094d39d58b22b3762a2f486d86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
||+++ b/Packages/packages-lock.json | |
@@ -127,6 +127,18 @@ | |
"source": "builtin", | |
"dependencies": {} | |
}, | |
+ "com.unity.addressables": { | |
+ "version": "1.13.1", | |
+ "depth": 0, | |
+ "source": "registry", | |
+ "dependencies": { | |
+ "com.unity.scriptablebuildpipeline": "1.10.0", | |
+ "com.unity.modules.assetbundle": "1.0.0", | |
+ "com.unity.modules.unitywebrequest": "1.0.0", | |
+ "com.unity.modules.unitywebrequestassetbundle": "1.0.0" | |
+ }, | |
+ "url": "https://packages.unity.com" | |
+ }, | |
"com.unity.analytics": { | |
"version": "3.4.0", | |
"depth": 0, | |
@@ -235,6 +247,16 @@ | |
}, | |
"url": "https://packages.unity.com" | |
}, | |
+ "com.unity.localization": { | |
+ "version": "0.7.1-preview", | |
+ "depth": 0, | |
+ "source": "registry", | |
+ "dependencies": { | |
+ "com.unity.addressables": "1.7.5", | |
+ "com.unity.nuget.newtonsoft-json": "1.1.2" | |
+ }, | |
+ "url": "https://packages.unity.com" | |
+ }, | |
"com.unity.mathematics": { | |
"version": "1.1.0", | |
"depth": 1, | |
@@ -250,8 +272,8 @@ | |
"url": "https://packages.unity.com" | |
}, | |
"com.unity.nuget.newtonsoft-json": { | |
- "version": "2.0.0-preview", | |
- "depth": 1, | |
+ "version": "2.0.0", | |
+ "depth": 0, | |
"source": "registry", | |
"dependencies": {}, | |
"url": "https://packages.unity.com" | |
@@ -404,7 +426,7 @@ | |
"url": "https://packages.unity.com" | |
}, | |
"com.unity.scriptablebuildpipeline": { | |
- "version": "1.6.4-preview", | |
+ "version": "1.10.0", | |
"depth": 1, | |
"source": "registry", | |
"dependencies": {}, | |
(END)|| |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment