Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunasawa committed Jun 11, 2024
1 parent 8e4d1fc commit 804cfaf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if UNITY_EDITOR
#if UNITY_EDITOR && YNL_UTILITIES
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UIElements;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#if UNITY_EDITOR
#if UNITY_EDITOR && YNL_UTILITIES
using System;
using UnityEngine;
using UnityEngine.UIElements;
Expand Down
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 804cfaf

Please sign in to comment.