assets-get-spine-skeleton-info
Retrieve the animations and skins of a Spine skeleton by providing the skeleton data key and atlas key.
Instructions
Get the skeleton info (animations and skins) of the given Spine skeleton key. To build the info of a skeleton it requires also the Spine atlas key. The user can select a different atlas key, but it is common that the user also define a 'preview' atlas key for each skeleton. You can use it if it exists or ask for a different atlas key to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataKey | Yes | The key of the spine data (skeleton) asset. | |
| atlasKey | Yes | The key of the spine atlas asset. |