Files
plugin-library/Assets/08.UniTask/package.json
2025-10-31 11:32:58 +08:00

22 lines
415 B
JSON

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