fix missing packages (#188)

This commit is contained in:
minenice55 2022-12-28 16:10:53 -05:00 committed by GitHub
parent a379828911
commit cb354b431f
3 changed files with 27 additions and 19 deletions

View file

@ -1,18 +1,18 @@
{
"dependencies": {
"com.unity.2d.sprite": "file:E:/Unity/Hub/Editor/2020.3.25f1/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.2d.sprite",
"com.unity.2d.sprite": "1.0.0",
"com.unity.assetbundlebrowser": "https://github.com/Unity-Technologies/AssetBundles-Browser.git",
"com.unity.collab-proxy": "1.17.2",
"com.unity.ide.rider": "3.0.15",
"com.unity.ide.visualstudio": "2.0.16",
"com.unity.ide.vscode": "1.2.5",
"com.unity.nuget.newtonsoft-json": "3.0.2",
"com.unity.postprocessing": "3.2.1",
"com.unity.test-framework": "1.1.31",
"jillejr.newtonsoft.json-for-unity.converters": "1.3.0",
"com.unity.collab-proxy": "1.15.4",
"com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.12",
"com.unity.ide.vscode": "1.2.4",
"com.unity.postprocessing": "3.2.2",
"com.unity.test-framework": "1.1.29",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.4.8",
"com.unity.ugui": "1.0.0",
"jillejr.newtonsoft.json-for-unity.converters": "1.3.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",

View file

@ -1,16 +1,24 @@
{
"dependencies": {
"com.unity.2d.sprite": {
"version": "file:E:/Unity/Hub/Editor/2020.3.25f1/Editor/Data/Resources/PackageManager/BuiltInPackages/com.unity.2d.sprite",
"version": "1.0.0",
"depth": 0,
"source": "local",
"source": "builtin",
"dependencies": {}
},
"com.unity.assetbundlebrowser": {
"version": "https://github.com/Unity-Technologies/AssetBundles-Browser.git",
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "b7c279278d1a343c6957c9f15b45173d3211f01c"
},
"com.unity.collab-proxy": {
"version": "1.17.2",
"version": "1.15.4",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "2.0.0",
"com.unity.services.core": "1.0.1"
},
"url": "https://packages.unity.com"
@ -23,16 +31,16 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.15",
"version": "2.0.7",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.ext.nunit": "1.0.6"
"com.unity.test-framework": "1.1.1"
},
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.16",
"version": "2.0.12",
"depth": 0,
"source": "registry",
"dependencies": {
@ -41,7 +49,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.vscode": {
"version": "1.2.5",
"version": "1.2.4",
"depth": 0,
"source": "registry",
"dependencies": {},
@ -55,7 +63,7 @@
"url": "https://packages.unity.com"
},
"com.unity.postprocessing": {
"version": "3.2.1",
"version": "3.2.2",
"depth": 0,
"source": "registry",
"dependencies": {
@ -73,7 +81,7 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.31",
"version": "1.1.29",
"depth": 0,
"source": "registry",
"dependencies": {

View file

@ -1,2 +1,2 @@
m_EditorVersion: 2020.3.39f1
m_EditorVersionWithRevision: 2020.3.39f1 (fd6670bb8be9)
m_EditorVersion: 2020.3.25f1
m_EditorVersionWithRevision: 2020.3.25f1 (9b9180224418)