Spine Text script
this would allow you to import text into your spine project from a file. rather than importing whole images of words / sentences this script would use individual letters and place them into spine. You would select a .txt file, then the content of that file would appear in a spine skeleton json, which you could import into your project. The advantage of this is it would pack your images much more efficiently than if you where to use images for words, and it would take the hassle out of placing letters yourself.
Problem with this is I would have to work out the kernings
Path Animation
This would take in a .png of a line and it would scan the image looking for the line, then it would create a json of a bone following that line. This one is much more complex but lots of people request path animation.
Would anybody be interested in the above scripts?