Animatables
  • đŸ•šī¸Getting Started
    • Introducing Animatables
    • Installation
    • Components
      • Animation Data
      • Animation Manager
        • Animation Curve Presets
      • Animatable Transform
      • Animatable UI Objects
    • Easing Curves
  • 📄Scripting Basics
    • Animation Registry
    • Creating Animations
      • Animation Creator
      • Animating Numbers
      • Animating Colors
      • Animating Transform
      • Animating Rect Transform
      • Easing Animations
    • Getting Animations
    • Add or Remove Animations
    • Editing Animations
    • Events
  • đŸ› ī¸Support
    • Getting Help
    • Contact
  • 📚Changelogs
    • Latest Releases
Powered by GitBook
On this page
  1. Scripting Basics

Creating Animations

PreviousAnimation RegistryNextAnimation Creator

Last updated 1 year ago

The 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;
📄
Animation Manager