using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; public class RootMotionEditor : EditorWindow { private void OnEnable() { } private void OnDisable() { } }