22 lines
415 B
JSON
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": {}
|
|
}
|