From 8821581f159e4cde90067542a3fee408ed75b441 Mon Sep 17 00:00:00 2001 From: Joan Ginard Mateo Date: Sat, 26 Aug 2023 21:00:19 +0200 Subject: [PATCH] editor assembly reference only available on editor platform --- Tap Match/Assets/Editor/JGM.GameEditor.asmdef | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Tap Match/Assets/Editor/JGM.GameEditor.asmdef b/Tap Match/Assets/Editor/JGM.GameEditor.asmdef index 647ffda..c2cfde6 100644 --- a/Tap Match/Assets/Editor/JGM.GameEditor.asmdef +++ b/Tap Match/Assets/Editor/JGM.GameEditor.asmdef @@ -5,7 +5,9 @@ "GUID:a71604f3a763d404397f2286de04a48d", "GUID:6055be8ebefd69e48b49212b09b47b2f" ], - "includePlatforms": [], + "includePlatforms": [ + "Editor" + ], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": false,