This package provides a tool for editing Animation Events in a more intuitive way. It allows you to edit the data of ScriptableObject separately from the AnimationClip file, making it easier to manage and modify events. The changes you make will completely overwrite the original events data in the AnimationClip file.
The project uses ScriptableObject to save project data, and the editor edits this data separately from the AnimationClip file. This allows for a clean separation of editing and animation data.





