Animation Creator
Animation Creator is a static class that assists with animation creation through scripting. It simplifies the process to a single line of code.
Important Notes
Most methods available in this class are very similar in nature. They all accept parameters that you would see in the Animatable components, create an animation for a target object, and register the animation to Animation Manager (which starts the animation).
Each method accepts an AnimationCurve, which is an optional parameter. If you do not provide a value (leave it null), the default (linear) animation curve will be used.
Last updated