mirror of
https://github.com/maxartz15/MA_TextureAtlasser.git
synced 2024-11-12 16:45:29 +01:00
Texture atlas creator for Unity
atlascombine-texturescombinermodelsprite-sheettexture-atlastexturepackerunityunity-editorunity3dunity3d-pluginuv
8ff2db7e87
Added model group support, you can now have multiple meshes in one export. Removed OBJ and mesh replace export options. Mesh replace didn't work, might get added again in the feature. OBJ needs to be rewritten as well to support the multiple meshes, and Unity now has model export options in engine. Version 1.8.0+ is now only supports Unity2018.3+. |
||
---|---|---|
Assets | ||
Packages | ||
ProjectSettings | ||
.gitignore | ||
LICENSE | ||
README.md |
MA_TextureAtlasser
Texture atlas creator tool for Unity.
This tool is made to combine textures and/or remap the UV’s for 3D models. The tool can also be used to make 2D sprite sheets. The visual editor gives you the ability to set and prioritize the sizes and positions in the texture atlas/sprite sheet.
- Combine textures/sprites.
- Automatically adjusts the UV's of the assigned meshes to match the new texture atlas.
Download unitypackage
Unity versions
- Latest release requires Unity 2018.3 or higher.
- Releases before 1.8 should work with older Unity versions.
Export options
Meshes
- UnityMesh (with prefab setup)
Textures
- PNG
- PNG (sliced) sprite sheet
Materials
- Material (with assigned textures and selected shader)