This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// A set of Unity menus for nesting Animation Clips under Animator Controllers | |
// Author: A.G. Noël, https://agnoeltech.blogspot.com/ | |
// This work is free to use, share, and edit under CC BY 4.0: https://creativecommons.org/licenses/by/4.0/ | |
using UnityEngine; | |
using UnityEditor; | |
using UnityEditor.Animations; | |
public class NestedClipEditor : EditorWindow | |
{ |