Skip to content

Instantly share code, notes, and snippets.

@neuneu9
neuneu9 / MecanimCheckPanel.cs
Created November 5, 2020 15:11
【Unity】Animatorのステートを自動取得してモーションを確認できるUIパネル(Editor only)
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
#if UNITY_EDITOR
using UnityEditor.Animations;
#endif
/// <summary>
/// Mecanimモーション確認用のUIパネル
/// </summary>