An editor for Unity Animation Curves that uses the Unity UI system.Simple Curve Editor is a tool designed for the sole purpose of editing Unity's Animation Curves in a standalone environment. It has been made to work alongside the rest of Unity's standard UI system, and can easily be customized to fit the aesthetics of your project.Fully customizable and extendableUses standard Unity UI systemAttempts to replicate most of the functionality from the built-in Unity curve editorMissing Features:Multi-Curve EditingCurve Presets (You can implement this yourself by saving/loading states of a curve editor instance.)Hard-Coded Undo System (Will easily hook into an existing undo system, and an example is provided in the example assets.)