This commit is contained in:
2025-10-31 11:32:58 +08:00
parent 213bdcc609
commit 4428ca728d
2 changed files with 22 additions and 15 deletions

View File

@@ -5,8 +5,9 @@
"unity": "2019.4", "unity": "2019.4",
"description": "unity3d resources management system.", "description": "unity3d resources management system.",
"author": { "author": {
"name": "TuYoo Games", "name": "staryEvo",
"url": "https://github.com/tuyoogame/YooAsset" "email": "zaze97@163.com",
"url": ""
}, },
"samples": [ "samples": [
{ {
@@ -45,8 +46,5 @@
"com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0" "com.unity.modules.unitywebrequestassetbundle": "1.0.0"
},
"publishConfig": {
"registry": "https://package.openupm.com"
} }
} }

View File

@@ -1,11 +1,20 @@
{ {
"name": "com.cysharp.unitask", "name": "com.cysharp.unitask",
"displayName": "UniTask", "displayName": "UniTask",
"author": { "name": "Cysharp, Inc.", "url": "https://cysharp.co.jp/en/" }, "author": {
"name": "staryEvo",
"email": "zaze97@163.com",
"url": ""
},
"version": "2.5.10", "version": "2.5.10",
"unity": "2021.3", "unity": "2021.3",
"description": "Provides an efficient async/await integration to Unity.", "description": "Provides an efficient async/await integration to Unity.",
"keywords": [ "async/await", "async", "Task", "UniTask" ], "keywords": [
"async/await",
"async",
"Task",
"UniTask"
],
"license": "MIT", "license": "MIT",
"category": "Task", "category": "Task",
"dependencies": {} "dependencies": {}