Skip to content

Commit

Permalink
[chore] removed unused packages
Browse files Browse the repository at this point in the history
  • Loading branch information
srcnalt committed Mar 3, 2024
1 parent 6bfff7e commit 24cc2eb
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 43 deletions.
8 changes: 2 additions & 6 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"dependencies": {
"com.unity.collab-proxy": "1.3.9",
"com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.7",
"com.unity.ide.vscode": "1.2.3",
"com.readyplayerme.core": "https://github.com/readyplayerme/rpm-unity-sdk-core.git#release/v6.0.2",
"com.unity.ide.rider": "3.0.28",
"com.unity.test-framework": "2.0.1-pre.18",
"com.unity.textmeshpro": "3.0.1",
"com.unity.timeline": "1.4.6",
"com.unity.ugui": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
Expand Down
71 changes: 36 additions & 35 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,34 @@
{
"dependencies": {
"com.unity.collab-proxy": {
"version": "1.3.9",
"com.readyplayerme.core": {
"version": "https://github.com/readyplayerme/rpm-unity-sdk-core.git#release/v6.0.2",
"depth": 0,
"source": "git",
"dependencies": {
"com.unity.cloud.gltfast": "6.0.1",
"com.unity.nuget.newtonsoft-json": "3.0.2"
},
"hash": "bdf1338b6b6c988239fb7f07c5f97b5e32fe9c18"
},
"com.unity.burst": {
"version": "1.8.4",
"depth": 2,
"source": "registry",
"dependencies": {},
"dependencies": {
"com.unity.mathematics": "1.2.1"
},
"url": "https://packages.unity.com"
},
"com.unity.cloud.gltfast": {
"version": "6.0.1",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.mathematics": "1.3.1",
"com.unity.burst": "1.8.4"
},
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
Expand All @@ -15,26 +39,24 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "2.0.7",
"version": "3.0.28",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.1"
"com.unity.ext.nunit": "1.0.6"
},
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.7",
"depth": 0,
"com.unity.mathematics": {
"version": "1.3.1",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.9"
},
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.ide.vscode": {
"version": "1.2.3",
"depth": 0,
"com.unity.nuget.newtonsoft-json": {
"version": "3.2.1",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
Expand All @@ -50,27 +72,6 @@
},
"url": "https://packages.unity.com"
},
"com.unity.textmeshpro": {
"version": "3.0.1",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ugui": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.timeline": {
"version": "1.4.6",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.modules.director": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.ugui": {
"version": "1.0.0",
"depth": 0,
Expand Down
4 changes: 2 additions & 2 deletions ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2020.3.0f1
m_EditorVersionWithRevision: 2020.3.0f1 (c7b5465681fb)
m_EditorVersion: 2021.3.32f1
m_EditorVersionWithRevision: 2021.3.32f1 (3b9dae9532f5)

0 comments on commit 24cc2eb

Please sign in to comment.