Files
plugin-library/Assets/08.UniTask/package.json

13 lines
406 B
JSON
Raw Normal View History

2025-04-11 09:56:06 +08:00
{
2025-04-11 10:22:47 +08:00
"name": "com.cysharp.unitask",
2025-04-11 09:56:06 +08:00
"displayName": "UniTask",
"author": { "name": "Cysharp, Inc.", "url": "https://cysharp.co.jp/en/" },
2025-04-11 10:22:47 +08:00
"version": "2.5.10",
2025-04-11 10:21:58 +08:00
"unity": "2021.3",
2025-04-11 09:56:06 +08:00
"description": "Provides an efficient async/await integration to Unity.",
"keywords": [ "async/await", "async", "Task", "UniTask" ],
"license": "MIT",
"category": "Task",
"dependencies": {}
}