Remove no longer necessary directive for editor only compilation (solved by assembly definition)

This commit is contained in:
Bálint Hodossy
2023-11-17 15:00:19 +00:00
parent 7062c6f677
commit f99e9abc3c
+1 -3
View File
@@ -12,7 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#if UNITY_EDITOR
using System;
using UnityEditor;
using UnityEngine;
@@ -191,5 +190,4 @@ namespace Mujoco {
}
}
}
}
#endif
}