From d2b33e397efe56978e8e01e6a627410cb8527489 Mon Sep 17 00:00:00 2001 From: ousttrue Date: Mon, 23 Dec 2024 19:49:07 +0900 Subject: [PATCH] fix editor asmdef --- .../ClothSample/ClothWarp/Editor/ClothWarp.Editor.asmdef | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Assets/VRM10_Samples/ClothSample/ClothWarp/Editor/ClothWarp.Editor.asmdef b/Assets/VRM10_Samples/ClothSample/ClothWarp/Editor/ClothWarp.Editor.asmdef index bf9afac99..723d400ba 100644 --- a/Assets/VRM10_Samples/ClothSample/ClothWarp/Editor/ClothWarp.Editor.asmdef +++ b/Assets/VRM10_Samples/ClothSample/ClothWarp/Editor/ClothWarp.Editor.asmdef @@ -8,7 +8,9 @@ "GUID:8d76e605759c3f64a957d63ef96ada7c", "GUID:5f875fdc81c40184c8333b9d63c6ddd5" ], - "includePlatforms": [], + "includePlatforms": [ + "Editor" + ], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false,