diff --git a/Runtime/CesiumRuntime.asmdef b/Runtime/CesiumRuntime.asmdef index 8d477cff..81e06478 100644 --- a/Runtime/CesiumRuntime.asmdef +++ b/Runtime/CesiumRuntime.asmdef @@ -6,7 +6,15 @@ "Unity.Mathematics", "Unity.Splines" ], - "includePlatforms": [], + "includePlatforms": [ + "Android", + "Editor", + "iOS", + "macOSStandalone", + "WSA", + "WindowsStandalone32", + "WindowsStandalone64" + ], "excludePlatforms": [], "allowUnsafeCode": true, "overrideReferences": false,