Requires Unity 5.0.4 or higher.
This package supports Polygon Sprites from Texturepacker:
- save pixels to draw
- pack more sprites into one sheet
- optimize memory and performance at the same time!这个包支持多边形精灵从Texturepacker:
-保存像素绘制-把更多的雪碧装到一张纸上-同时优化内存和性能!
PolyImage is a subclass of Image so no more API needed. It's also easy to convert existing Images and enjoy without modifying existing scripts!
多图像是图像的一个子类,所以不需要更多的API。它也很容易转换现有的图像和享受,而不修改现有脚本!
For now Simple & Slice are supported, and we are working with Tile & Fill cases.
TexturePacker Importer can be used to import packed data from TexturePacker easily. Or you can even use Sprite.vertices and Sprite.triangles to set manually.