Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 652 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 652 Bytes

SlippiFactory

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

Usage

  1. npm install
  2. Update the code in script.js to point to the .slp you want to convert in the Slippi folder
  3. run node script
  4. observe the output json in the json folder