This commit is contained in:
parent
abc094f0c4
commit
e09f2438c9
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"com.cysharp.unitask": "file:../../UniTask/src/UniTask/Assets/Plugins/UniTask",
|
||||
"com.mackysoft.serializereference-extensions": "file:../../Unity-SerializeReferenceExtensions/Assets/MackySoft/MackySoft.SerializeReferenceExtensions",
|
||||
"com.needle.compilation-visualizer": "file:../../compilation-visualizer",
|
||||
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask",
|
||||
"com.mackysoft.serializereference-extensions": "https://github.com/mackysoft/Unity-SerializeReferenceExtensions.git?path=Assets/MackySoft/MackySoft.SerializeReferenceExtensions",
|
||||
"com.project.b": "file:../../Com.Project.B/Src",
|
||||
"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.unity.2d.sprite": "1.0.0",
|
||||
"com.unity.2d.tilemap": "1.0.0",
|
||||
|
@ -32,7 +32,6 @@
|
|||
"com.unity.toonshader": "0.10.2-preview",
|
||||
"com.unity.ugui": "1.0.0",
|
||||
"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.androidjni": "1.0.0",
|
||||
"com.unity.modules.animation": "1.0.0",
|
||||
|
|
|
@ -1,22 +1,18 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"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,
|
||||
"source": "local",
|
||||
"dependencies": {}
|
||||
"source": "git",
|
||||
"dependencies": {},
|
||||
"hash": "8042b29ff87dd5506d7aad72bd6d8d7405985f27"
|
||||
},
|
||||
"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,
|
||||
"source": "local",
|
||||
"dependencies": {}
|
||||
},
|
||||
"com.needle.compilation-visualizer": {
|
||||
"version": "file:../../compilation-visualizer",
|
||||
"depth": 0,
|
||||
"source": "local",
|
||||
"dependencies": {}
|
||||
"source": "git",
|
||||
"dependencies": {},
|
||||
"hash": "f938fc5d9a9ef46a1669289450d38e17cb39567c"
|
||||
},
|
||||
"com.project.b": {
|
||||
"version": "file:../../Com.Project.B/Src",
|
||||
|
@ -373,10 +369,11 @@
|
|||
"url": "https://packages.unity.com"
|
||||
},
|
||||
"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,
|
||||
"source": "local",
|
||||
"dependencies": {}
|
||||
"source": "git",
|
||||
"dependencies": {},
|
||||
"hash": "5aa91cb936f6dceb9d357b88bf51597447c04cc8"
|
||||
},
|
||||
"com.unity.modules.ai": {
|
||||
"version": "1.0.0",
|
||||
|
|
Loading…
Reference in New Issue