mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-09 19:25:10 +00:00
Update Editor.cs
"#if UNITY_EDITOR / #endif" my GOAT
This commit is contained in:
parent
74f54df651
commit
5f4a617ce1
1 changed files with 2 additions and 0 deletions
|
@ -18,8 +18,10 @@ using System.Linq;
|
||||||
using BurstLinq;
|
using BurstLinq;
|
||||||
using HeavenStudio.InputSystem;
|
using HeavenStudio.InputSystem;
|
||||||
using UnityEngine.U2D;
|
using UnityEngine.U2D;
|
||||||
|
#if UNITY_EDITOR
|
||||||
using UnityEditor.U2D;
|
using UnityEditor.U2D;
|
||||||
using UnityEditor.Sprites;
|
using UnityEditor.Sprites;
|
||||||
|
#endif
|
||||||
|
|
||||||
namespace HeavenStudio.Editor
|
namespace HeavenStudio.Editor
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue