Skip to content

Instantly share code, notes, and snippets.

using System.Collections;
using System.IO;
using System.Linq;
using UnityEditor.Animations;
using UnityEngine;
using UnityEngine.Playables;
using UnityEngine.Timeline;
#if UNITY_EDITOR
using UnityEditor;
#endif