Define package dependencies

- Fix #222
pull/227/head
Ram.Type-0 2021-02-05 16:17:01 +09:00
parent 7d21a75ea8
commit 967b77e3bf
1 changed files with 7 additions and 1 deletions

View File

@ -7,5 +7,11 @@
"keywords": [ "async/await", "async", "Task", "UniTask" ],
"license": "MIT",
"category": "Task",
"dependencies": {}
"dependencies": {
"com.unity.ugui": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.physics2d": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0"
}
}