diff --git a/Runtime/AIO.Unity.Runner.asmdef b/Runtime/AIO.Unity.Runner.asmdef index 0d838f5..7c33f08 100644 --- a/Runtime/AIO.Unity.Runner.asmdef +++ b/Runtime/AIO.Unity.Runner.asmdef @@ -1,6 +1,8 @@ { "name": "AIO.Unity.Runner", - "references": [], + "references": [ + "UniTask" + ], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": true,