Skip to content

Gameplay Rendering

Gameplay Rendering actions help presentation respond to gameplay, especially in 2D projects.

Subcategories

Sprites

Gameplay-oriented sprite rendering helpers.

This category is useful when visual readability depends on gameplay position, such as characters walking in front of or behind scenery.

Example

In a top-down game:

  1. Add Sort Sprites For Top Down Game to characters and props.
  2. Use their world position to drive sorting order.
  3. Combine it with movement and targeting actions so characters both move correctly and render in the right order.