spine_import_json
Import Spine JSON or binary skeleton data into a .spine project via the official Spine CLI.
Instructions
Use this to import Spine JSON, binary skeleton data, or another supported input into a .spine project via the official Spine CLI. Do not use it for texture packing, project export, editor UI actions, or manual project internals editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | Optional import scale value passed to Spine with -s. | |
| inputPath | Yes | Path to a Spine JSON, binary skeleton, or another supported project input to import. | |
| skeletonName | No | Optional skeleton name to pass after -r during import. | |
| outputProjectPath | Yes | Path where Spine should write the resulting .spine project. |