Because Girl's frontline skel file uses v2.1.27 of spine, it can't be loaded from the current spine version.
This tool converts skel files to json
I have referenced the SkeletonBinary implementation in the gfSpinePiXi Repository.
npm install -g gfskel2json
Or
git clone https://github.com/baguniz/gfskel2json cd gfskel2json npm install
gfskel2json
npm start
-
gfSkel2Json using glob, then it can usable glob syntax.
-
Browse all recursive folders and convert skel files
gfskel2json **/*.skel
- cullus (He made SkeletonBinary implementation for gf, and owner gfSpinePiXi)