[Add] UniTask

This commit is contained in:
2026-03-29 03:17:31 +07:00
parent 70e80f76cb
commit 50dd99279c
339 changed files with 72735 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "com.cysharp.unitask",
"displayName": "UniTask",
"author": { "name": "Cysharp, Inc.", "url": "https://cysharp.co.jp/en/" },
"version": "2.5.10",
"unity": "2018.4",
"description": "Provides an efficient async/await integration to Unity.",
"keywords": [ "async/await", "async", "Task", "UniTask" ],
"license": "MIT",
"category": "Task",
"dependencies": {}
}