diff --git a/Editor Windows/Windows/W - Utilities/Animation - Object Renamer/Elements/Animation Clip Field/EAnimationClipField.cs b/Editor Windows/Windows/W - Utilities/Animation - Object Renamer/Elements/Animation Clip Field/EAnimationClipField.cs index 1751942..ed72fea 100644 --- a/Editor Windows/Windows/W - Utilities/Animation - Object Renamer/Elements/Animation Clip Field/EAnimationClipField.cs +++ b/Editor Windows/Windows/W - Utilities/Animation - Object Renamer/Elements/Animation Clip Field/EAnimationClipField.cs @@ -1,4 +1,4 @@ -#if UNITY_EDITOR +#if UNITY_EDITOR && YNL_UTILITIES using System.Collections.Generic; using UnityEngine; using UnityEngine.UIElements; diff --git a/Editor Windows/Windows/W - Utilities/Animation - Object Renamer/Elements/Root Name Panel/EClipNameField.cs b/Editor Windows/Windows/W - Utilities/Animation - Object Renamer/Elements/Root Name Panel/EClipNameField.cs index 10ec909..8ad3770 100644 --- a/Editor Windows/Windows/W - Utilities/Animation - Object Renamer/Elements/Root Name Panel/EClipNameField.cs +++ b/Editor Windows/Windows/W - Utilities/Animation - Object Renamer/Elements/Root Name Panel/EClipNameField.cs @@ -1,4 +1,4 @@ -#if UNITY_EDITOR +#if UNITY_EDITOR && YNL_UTILITIES using System; using UnityEngine; using UnityEngine.UIElements; diff --git a/Editor Windows/Windows/W - Utilities/Animation - Object Renamer/WAnimationObjectRenamer_Visual.cs b/Editor Windows/Windows/W - Utilities/Animation - Object Renamer/WAnimationObjectRenamer_Visual.cs index 03d7ebf..3054f80 100644 --- a/Editor Windows/Windows/W - Utilities/Animation - Object Renamer/WAnimationObjectRenamer_Visual.cs +++ b/Editor Windows/Windows/W - Utilities/Animation - Object Renamer/WAnimationObjectRenamer_Visual.cs @@ -1,7 +1,7 @@ //Sourced: https://github.com/s-m-k/Unity-Animation-Hierarchy-Editor/tree/master //Remastered: Yunasawa -#if UNITY_EDITOR +#if UNITY_EDITOR && YNL_UTILITIES using UnityEngine; using UnityEngine.UIElements; using YNL.Editors.Windows.Utilities; diff --git a/package.json b/package.json index 883638d..bbaf949 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.yunasawa.ynl.editor", "displayName": "YNL - Editor", - "version": "1.4.9", + "version": "1.4.10", "unity": "2022.3", "description": "YNL - Editor provides you tools to help you on your developing progress.", "keywords": [