Skip to content

Commit

Permalink
Unity Manifest and Unity SubModule Updates
Browse files Browse the repository at this point in the history
Unity Manifest and Unity SubModule Updates
  • Loading branch information
h0lybyte committed Dec 5, 2022
1 parent 5548a95 commit 37607a3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion 2DUnity/Assets/Plugins/unitysubmodules
6 changes: 5 additions & 1 deletion 2DUnity/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
{
"dependencies": {
"com.unity.cinemachine": "2.8.9",
"com.unity.2d.pixel-perfect": "5.0.1",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.cinemachine": "2.9.1",
"com.unity.collab-proxy": "1.17.6",
"com.unity.feature.2d": "1.0.0",
"com.unity.ide.rider": "3.0.16",
"com.unity.ide.visualstudio": "2.0.16",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.4.4",
"com.unity.postprocessing": "3.2.2",
"com.unity.test-framework": "1.1.31",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.4",
Expand Down
17 changes: 13 additions & 4 deletions 2DUnity/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"com.unity.2d.pixel-perfect": {
"version": "5.0.1",
"depth": 1,
"depth": 0,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
Expand All @@ -51,7 +51,7 @@
},
"com.unity.2d.sprite": {
"version": "1.0.0",
"depth": 1,
"depth": 0,
"source": "builtin",
"dependencies": {}
},
Expand All @@ -69,7 +69,7 @@
},
"com.unity.2d.tilemap": {
"version": "1.0.0",
"depth": 1,
"depth": 0,
"source": "builtin",
"dependencies": {}
},
Expand All @@ -95,7 +95,7 @@
"url": "https://packages.unity.com"
},
"com.unity.cinemachine": {
"version": "2.8.9",
"version": "2.9.1",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -181,6 +181,15 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.postprocessing": {
"version": "3.2.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.physics": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.services.core": {
"version": "1.6.0",
"depth": 1,
Expand Down

0 comments on commit 37607a3

Please sign in to comment.