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",
"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"
}
}

View File

@@ -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": {}
}