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. Getting Started
  2. Components

Animation Manager

Animations cannot run if an Animation Manager component is not in the scene. Even testing animations will require the Animation Manager component to be present. Ensure there's always only one manager in a scene at a time.

The animation manager will not be destroyed if another scene is loaded.

Properties

All properties are read-only.

UI Animations

The number of UI animations currently running.

Transform Animations

The number of transform animations currently running.

Other Animations

The number of non-GameObject animations currently running.

Clear All Animations (Button)

This will remove all running animations.

PreviousAnimation DataNextAnimation Curve Presets

Last updated 11 months ago

đŸ•šī¸