Skip to content

Commit

Permalink
Update Addressables to 1.21.1, update Localization to 1.4.2
Browse files Browse the repository at this point in the history
Preparing project for to support CSV text files as input for localization.
  • Loading branch information
Interkarma committed Nov 7, 2022
1 parent d855b81 commit 4642378
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Packages/manifest.json
@@ -1,14 +1,14 @@
{
"dependencies": {
"com.unity.addressables": "1.19.19",
"com.unity.addressables": "1.21.1",
"com.unity.burst": "1.7.1",
"com.unity.collab-proxy": "1.14.18",
"com.unity.collections": "0.9.0-preview.6",
"com.unity.ide.rider": "3.0.15",
"com.unity.ide.visualstudio": "2.0.15",
"com.unity.ide.vscode": "1.2.5",
"com.unity.jobs": "0.2.10-preview.13",
"com.unity.localization": "1.3.2",
"com.unity.localization": "1.4.2",
"com.unity.mathematics": "1.2.6",
"com.unity.postprocessing": "3.1.1",
"com.unity.test-framework": "1.1.31",
Expand Down
14 changes: 7 additions & 7 deletions Packages/packages-lock.json
@@ -1,11 +1,11 @@
{
"dependencies": {
"com.unity.addressables": {
"version": "1.19.19",
"version": "1.21.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.scriptablebuildpipeline": "1.19.6",
"com.unity.scriptablebuildpipeline": "1.21.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
Expand Down Expand Up @@ -83,12 +83,12 @@
"url": "https://packages.unity.com"
},
"com.unity.localization": {
"version": "1.3.2",
"version": "1.4.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.addressables": "1.19.19",
"com.unity.nuget.newtonsoft-json": "2.0.2"
"com.unity.addressables": "1.20.5",
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"url": "https://packages.unity.com"
},
Expand All @@ -100,7 +100,7 @@
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "2.0.2",
"version": "3.0.2",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand All @@ -115,7 +115,7 @@
}
},
"com.unity.scriptablebuildpipeline": {
"version": "1.19.6",
"version": "1.21.0",
"depth": 1,
"source": "registry",
"dependencies": {},
Expand Down

0 comments on commit 4642378

Please sign in to comment.