Spine Animation Player (VS Code Extension)
Spine Animation Player lets you open a Spine export folder inside VS Code and use two features:
- Play animation
- Update skin
Supported runtime versions:
How To Use
- In VS Code Explorer, right-click a folder that contains Spine export files.
- Click
ToolBuddy: Open Spine Player.
- Use animation and skin dropdowns in the player panel.
You can also run the command from Command Palette and pick a folder.
Required Files In Folder
- Skeleton
.json
.atlas or .skel
- Atlas page image files (
.png, .jpg, .jpeg, .webp, .avif)
Local Dev
npm install
npm run package
| |