Texture atlas creator for Unity
Go to file
max 8ff2db7e87 Model groups.
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+.
2020-04-20 22:30:08 +02:00
Assets Model groups. 2020-04-20 22:30:08 +02:00
Packages Bugfixes: Texture point scale. 2020-04-13 18:03:44 +02:00
ProjectSettings Bugfixes: Texture point scale. 2020-04-13 18:03:44 +02:00
.gitignore Restructured files and folders. 2019-11-10 00:03:44 +01:00
LICENSE Restructured files and folders. 2019-11-10 00:03:44 +01:00
README.md Model groups. 2020-04-20 22:30:08 +02:00

Image

MA_TextureAtlasser

Texture atlas creator tool for Unity.
This tool is made to combine textures and/or remap the UVs 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

Github All Releases

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)

Resources

Youtube video
Website