This commit is contained in:
CortexCore 2025-02-25 14:01:26 +08:00
parent abc094f0c4
commit e09f2438c9
2 changed files with 15 additions and 19 deletions

View File

@ -1,10 +1,10 @@
{ {
"dependencies": { "dependencies": {
"com.cysharp.unitask": "file:../../UniTask/src/UniTask/Assets/Plugins/UniTask", "com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
"com.mackysoft.serializereference-extensions": "file:../../Unity-SerializeReferenceExtensions/Assets/MackySoft/MackySoft.SerializeReferenceExtensions", "com.mackysoft.serializereference-extensions": "https://github.com/mackysoft/Unity-SerializeReferenceExtensions.git?path=Assets/MackySoft/MackySoft.SerializeReferenceExtensions",
"com.needle.compilation-visualizer": "file:../../compilation-visualizer",
"com.project.b": "file:../../Com.Project.B/Src", "com.project.b": "file:../../Com.Project.B/Src",
"com.project.b.unity": "file:../../Com.Project.B.Unity/Assets/Artists/Scripts", "com.project.b.unity": "file:../../Com.Project.B.Unity/Assets/Artists/Scripts",
"jillejr.newtonsoft.json-for-unity.converters": "https://github.com/applejag/Newtonsoft.Json-for-Unity.Converters.git?path=Packages/Newtonsoft.Json-for-Unity.Converters",
"com.tuyoogame.yooasset": "2.1.1", "com.tuyoogame.yooasset": "2.1.1",
"com.unity.2d.sprite": "1.0.0", "com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0", "com.unity.2d.tilemap": "1.0.0",
@ -32,7 +32,6 @@
"com.unity.toonshader": "0.10.2-preview", "com.unity.toonshader": "0.10.2-preview",
"com.unity.ugui": "1.0.0", "com.unity.ugui": "1.0.0",
"com.unity.xr.legacyinputhelpers": "2.1.10", "com.unity.xr.legacyinputhelpers": "2.1.10",
"jillejr.newtonsoft.json-for-unity.converters": "file:D:/Iris/Documents/GitHub/Newtonsoft.Json-for-Unity.Converters/Packages/Newtonsoft.Json-for-Unity.Converters",
"com.unity.modules.ai": "1.0.0", "com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0", "com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0", "com.unity.modules.animation": "1.0.0",

View File

@ -1,22 +1,18 @@
{ {
"dependencies": { "dependencies": {
"com.cysharp.unitask": { "com.cysharp.unitask": {
"version": "file:../../UniTask/src/UniTask/Assets/Plugins/UniTask", "version": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
"depth": 0, "depth": 0,
"source": "local", "source": "git",
"dependencies": {} "dependencies": {},
"hash": "8042b29ff87dd5506d7aad72bd6d8d7405985f27"
}, },
"com.mackysoft.serializereference-extensions": { "com.mackysoft.serializereference-extensions": {
"version": "file:../../Unity-SerializeReferenceExtensions/Assets/MackySoft/MackySoft.SerializeReferenceExtensions", "version": "https://github.com/mackysoft/Unity-SerializeReferenceExtensions.git?path=Assets/MackySoft/MackySoft.SerializeReferenceExtensions",
"depth": 0, "depth": 0,
"source": "local", "source": "git",
"dependencies": {} "dependencies": {},
}, "hash": "f938fc5d9a9ef46a1669289450d38e17cb39567c"
"com.needle.compilation-visualizer": {
"version": "file:../../compilation-visualizer",
"depth": 0,
"source": "local",
"dependencies": {}
}, },
"com.project.b": { "com.project.b": {
"version": "file:../../Com.Project.B/Src", "version": "file:../../Com.Project.B/Src",
@ -373,10 +369,11 @@
"url": "https://packages.unity.com" "url": "https://packages.unity.com"
}, },
"jillejr.newtonsoft.json-for-unity.converters": { "jillejr.newtonsoft.json-for-unity.converters": {
"version": "file:D:/Iris/Documents/GitHub/Newtonsoft.Json-for-Unity.Converters/Packages/Newtonsoft.Json-for-Unity.Converters", "version": "https://github.com/applejag/Newtonsoft.Json-for-Unity.Converters.git?path=Packages/Newtonsoft.Json-for-Unity.Converters",
"depth": 0, "depth": 0,
"source": "local", "source": "git",
"dependencies": {} "dependencies": {},
"hash": "5aa91cb936f6dceb9d357b88bf51597447c04cc8"
}, },
"com.unity.modules.ai": { "com.unity.modules.ai": {
"version": "1.0.0", "version": "1.0.0",