mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 19:47:36 +02:00
Update Editor.cs
"#if UNITY_EDITOR / #endif" my GOAT
This commit is contained in:
@ -18,8 +18,10 @@ using System.Linq;
|
||||
using BurstLinq;
|
||||
using HeavenStudio.InputSystem;
|
||||
using UnityEngine.U2D;
|
||||
#if UNITY_EDITOR
|
||||
using UnityEditor.U2D;
|
||||
using UnityEditor.Sprites;
|
||||
#endif
|
||||
|
||||
namespace HeavenStudio.Editor
|
||||
{
|
||||
|
Reference in New Issue
Block a user