111
This commit is contained in:
@@ -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": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user