From f70db6b0eed97169ea9d0a698dcf5e69586981d5 Mon Sep 17 00:00:00 2001 From: Balint-H Date: Mon, 4 Mar 2024 13:51:08 +0000 Subject: [PATCH] Remove unnecessary using --- unity/Runtime/Components/Tendons/MjSpatialTendon.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unity/Runtime/Components/Tendons/MjSpatialTendon.cs b/unity/Runtime/Components/Tendons/MjSpatialTendon.cs index cfff6c0b..e43f587b 100644 --- a/unity/Runtime/Components/Tendons/MjSpatialTendon.cs +++ b/unity/Runtime/Components/Tendons/MjSpatialTendon.cs @@ -16,9 +16,10 @@ using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; -using System.Runtime.InteropServices.ComTypes; using System.Xml; +#if UNITY_EDITOR using UnityEditor; +#endif using UnityEngine; namespace Mujoco {