This commit is contained in:
2026-06-16 16:57:07 +07:00
parent 26a21f63bb
commit 6880c4724e
198 changed files with 168 additions and 69 deletions

View File

@@ -21,6 +21,7 @@
// 3. Hover over any AudioClip; a Play/Stop icon will appear on the right side.
// ===============================================================================
#if UNITY_EDITOR
using UnityEditor;
using UnityEngine;
using System;
@@ -160,4 +161,5 @@ namespace EditorTools
}
}
}
}
}
#endif