Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 924 Bytes

readme.md

File metadata and controls

31 lines (18 loc) · 924 Bytes

Unity Createjs sprite importer

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.

Installation

Copy all the files from the assets folder into the assets folder in your project.

Usage

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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

v0.1.0 First release

Thanks

This uses JSONObject for Unity [https://github.com/mtschoen/JSONObject]

License

GNU General Public License v2.0