A collection of scripts that are useful for working with slippi files and related assets
Contributions welcome!
script.js
- Turns slp
into json
files that are deserializable by Unity
renameAnimation.js
- rename animations to a standard naming system across characters
fbxConverter.js
- convert .anims
to .fbx
in maya 2020
Slippi Unity Visualizer: https://github.com/true3dco/SlippiUnityVisualizer
npm install
- Update the code in
script.js
to point to the.slp
you want to convert in theSlippi
folder - run
node script
- observe the output json in the
json
folder