mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-08 18:55:07 +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 HeavenStudio.InputSystem;
|
||||
using UnityEngine.U2D;
|
||||
#if UNITY_EDITOR
|
||||
using UnityEditor.U2D;
|
||||
using UnityEditor.Sprites;
|
||||
#endif
|
||||
|
||||
namespace HeavenStudio.Editor
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue