Creating Animations

The Animation Manager component must be in a scene even when scripting animations.

While it is possible to create animations without scripting, you can do so with scripting as well.

Remember to use the Esper.Animatables namespace when scripting with Animatables.

using Esper.Animatables;

Last updated