Sprite Actions

v1.0

Sprite Renderer Fade Action

Animates SpriteRenderer alpha over time using an animation curve. Supports per-target base value storage and smooth restart blending for seamless fade transitions.

Sprite Renderer Color Action

Animates SpriteRenderer color over time using an animation curve. Implements per-target base value management for color transitions that blend smoothly when restarted.

Animate Sprite Renderer Sequence Action

Plays a sequence of sprites frame-by-frame to create sprite sheet animations. Supports PlayOnce, Loop, and PingPong modes for flexible animation playback.

Set Sprite Renderer Flip Action

Instantly flips SpriteRenderer horizontally (X), vertically (Y), or both. Supports both set and toggle modes for flexible sprite mirroring control.

Set Sprite Renderer Sorting Action

Instantly modifies SpriteRenderer sorting layer and/or order in layer. Supports setting specific values or incrementing/decrementing the order for dynamic layer adjustments.

Set Sprite Renderer Sprite Action

Instantly changes the sprite on SpriteRenderer components. Uses per-target selection to swap sprites on one or more renderers in a single action.

Last updated