diff --git a/Assets/06.UIFarme/package.json b/Assets/06.UIFarme/package.json index 4d41ae8..f210edf 100644 --- a/Assets/06.UIFarme/package.json +++ b/Assets/06.UIFarme/package.json @@ -1,7 +1,7 @@ { "name": "com.staryevo.uifarme", "displayName": "06.UIFarme", - "version": "1.0.0", + "version": "1.0.1", "description": "UI模板框架工具", "unity": "2021.3", "unityRelease": "30f1", @@ -13,6 +13,10 @@ "type": "git", "url": "http://192.168.31.100:8088/framework/xosmopluginlibrary.git#02.InformationSave" }, + "dependencies": { + "com.staryevo.main": "1.x.x", + "com.tuyoogame.yooasset": "2.3.7" + }, "author": { "name": "staryEvo", "url": "https://www.unity3d.com" diff --git a/Assets/08.UniTask/package.json b/Assets/08.UniTask/package.json index a2ef568..9a4d61d 100644 --- a/Assets/08.UniTask/package.json +++ b/Assets/08.UniTask/package.json @@ -1,9 +1,9 @@ { - "name": "com.cysharp.unitask", + "name": "com.staryevo.unitask", "displayName": "UniTask", "author": { "name": "Cysharp, Inc.", "url": "https://cysharp.co.jp/en/" }, - "version": "2.5.10", - "unity": "2018.4", + "version": "1.0.0", + "unity": "2021.3", "description": "Provides an efficient async/await integration to Unity.", "keywords": [ "async/await", "async", "Task", "UniTask" ], "license": "MIT",