This editor script allows the user to import sprite sheets made with Zoe [http://www.createjs.com/zoe] directly into unity. This will slice you sprite sheet and create animation clips for you.
Copy all the files from the assets folder into the assets folder in your project.
A new menu option will appear under window -> JSON Sprite Import. When you click this menu option, a new editor window will appear. Watch the Youtube video: http://youtu.be/NpDeVaWPipQ
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
v0.1.0 First release
This uses JSONObject for Unity [https://github.com/mtschoen/JSONObject]
GNU General Public License v2.0