Skip to content

Instantly share code, notes, and snippets.

@luc-noel
luc-noel / NestedAnimation.cs
Created September 4, 2019 20:45
Unity Script for Nesting Animation Clips Within Animator Controllers
// 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
{