The Galacean editor provides a series of tutorial examples to help you quickly get started with Spine animations.
After entering the Editor, click the Templates tab on the left to view them.
This template demonstrates how to use the setAnimation
and addAnimation
APIs in AnimationState
to orchestrate Spine animations:
This template shows how to set transitions and blend animations across different tracks in Spine:
This template demonstrates Spine's mix-and-match customization capability. By combining attachments from different skins, you can create hybrid outfits:
This template demonstrates dynamic partial skin replacement. You can create new attachments from an additional atlas and replace existing ones at runtime:
Next Section: Version and Performance