From 4428ca728d300461ba0542356a3d6ffe74b4a3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E9=93=AE?= <834207172@qq.com> Date: Fri, 31 Oct 2025 11:32:58 +0800 Subject: [PATCH] 111 --- Assets/03.YooAsset/package.json | 8 +++----- Assets/08.UniTask/package.json | 29 +++++++++++++++++++---------- 2 files changed, 22 insertions(+), 15 deletions(-) diff --git a/Assets/03.YooAsset/package.json b/Assets/03.YooAsset/package.json index fe6b513..711900e 100644 --- a/Assets/03.YooAsset/package.json +++ b/Assets/03.YooAsset/package.json @@ -5,8 +5,9 @@ "unity": "2019.4", "description": "unity3d resources management system.", "author": { - "name": "TuYoo Games", - "url": "https://github.com/tuyoogame/YooAsset" + "name": "staryEvo", + "email": "zaze97@163.com", + "url": "" }, "samples": [ { @@ -45,8 +46,5 @@ "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0", "com.unity.modules.unitywebrequestassetbundle": "1.0.0" - }, - "publishConfig": { - "registry": "https://package.openupm.com" } } diff --git a/Assets/08.UniTask/package.json b/Assets/08.UniTask/package.json index d24576f..403d62d 100644 --- a/Assets/08.UniTask/package.json +++ b/Assets/08.UniTask/package.json @@ -1,12 +1,21 @@ { - "name": "com.cysharp.unitask", - "displayName": "UniTask", - "author": { "name": "Cysharp, Inc.", "url": "https://cysharp.co.jp/en/" }, - "version": "2.5.10", - "unity": "2021.3", - "description": "Provides an efficient async/await integration to Unity.", - "keywords": [ "async/await", "async", "Task", "UniTask" ], - "license": "MIT", - "category": "Task", - "dependencies": {} + "name": "com.cysharp.unitask", + "displayName": "UniTask", + "author": { + "name": "staryEvo", + "email": "zaze97@163.com", + "url": "" + }, + "version": "2.5.10", + "unity": "2021.3", + "description": "Provides an efficient async/await integration to Unity.", + "keywords": [ + "async/await", + "async", + "Task", + "UniTask" + ], + "license": "MIT", + "category": "Task", + "dependencies": {} }