fix scripts not loading and build scene load order

This commit is contained in:
2023-06-16 21:25:44 -04:00
parent 8cd00cdaee
commit c7600c1a7b
95 changed files with 1853 additions and 63 deletions
+1
View File
@@ -4,6 +4,7 @@
"com.unity.ide.rider": "3.0.18",
"com.unity.ide.visualstudio": "2.0.17",
"com.unity.ide.vscode": "1.2.5",
"com.unity.localization": "1.3.2",
"com.unity.test-framework": "1.1.33",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.7.3",
+38
View File
@@ -1,5 +1,19 @@
{
"dependencies": {
"com.unity.addressables": {
"version": "1.21.8",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.scriptablebuildpipeline": "1.21.3",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.ai.navigation": {
"version": "1.1.1",
"depth": 0,
@@ -41,6 +55,30 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.localization": {
"version": "1.3.2",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.addressables": "1.19.19",
"com.unity.nuget.newtonsoft-json": "2.0.2"
},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.0.2",
"depth": 1,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.scriptablebuildpipeline": {
"version": "1.21.3",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.sysroot": {
"version": "2.0.5",
"depth": 1,