Update Editor.cs
"#if UNITY_EDITOR / #endif" my GOAT
This commit is contained in:
parent
ee8cc96f15
commit
ff5c71e3a4
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue