From 0180d839a9fa3c9dcb07d09f0b66697003bd71a6 Mon Sep 17 00:00:00 2001 From: Tom Erez Date: Sun, 17 Jul 2022 20:21:06 -0700 Subject: [PATCH] Change assembly definition to target only the Editor. PiperOrigin-RevId: 461522513 Change-Id: I3eb146eff71f0293c6f63d835d776b66b07c52ff --- unity/Editor/Mujoco.Editor.asmdef | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/unity/Editor/Mujoco.Editor.asmdef b/unity/Editor/Mujoco.Editor.asmdef index 6909c618..ae4f0cb8 100644 --- a/unity/Editor/Mujoco.Editor.asmdef +++ b/unity/Editor/Mujoco.Editor.asmdef @@ -4,7 +4,9 @@ "references": [ "Mujoco.Runtime" ], - "includePlatforms": [], + "includePlatforms": [ + "Editor" + ], "excludePlatforms": [], "allowUnsafeCode": true, "overrideReferences": false,