diff --git a/Runtime/Unity.UPA.Runtime.asmdef b/Runtime/Unity.UPA.Runtime.asmdef index a83bc7a..94e6323 100644 --- a/Runtime/Unity.UPA.Runtime.asmdef +++ b/Runtime/Unity.UPA.Runtime.asmdef @@ -3,7 +3,10 @@ "rootNamespace": "", "references": [], "includePlatforms": [ - "Editor" + "Editor", + "macOSStandalone", + "WindowsStandalone32", + "WindowsStandalone64" ], "excludePlatforms": [], "allowUnsafeCode": false,