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

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