AlexiJohansen I would love to have the option to save/loaf scenes in a text based file format. It would allow me to generate spine scenes and automate certain processes. Thank you.
Mario Spine exports to JSON, which should be easy to consume in pretty much any language/engine. You can find the documentation here Spine: JSON export format
Pharan Spine can also import Spine Json. This is how we have a script to export Photoshop Layers and a json, so it can be loaded into Spine.
AlexiJohansen I would like to generate a spine scene from outside of spine, with bone names and possibly animation. This is not currently supported via json, is it?