Does texture packer work with Unity? If not, are there any that do work or that would be better than texture packer? It will be for a 2d game I am working on. Thanks for the help!
-Nathaniel
Does texture packer work with Unity? If not, are there any that do work or that would be better than texture packer? It will be for a 2d game I am working on. Thanks for the help!
-Nathaniel
I was just exporting some text textures from Texture Packer as I saw your post - yes, it does work. You’ll need to rename the json file from .json to .txt so Unity can read it, but it does work.
It really comes down to the GUI system that you’re using. Unity itself doesn’t really “do” anything with your atlases itself.
There are few asset for this.
Here is Use Tutorial
And Here is few tutorial videos to get started quick
TexturePacker To Unity Tutorial Part 1 (Creating atlas and import to the engine)
TexturePacker To Unity Tutorial Part 2 (Use atlas texture with custom meshes)
TexturePacker To Unity Tutorial Part 3 (Sprite animation from atlas)