Texture atlas creator for Unity
Go to file
2022-11-09 20:51:48 +01:00
Assets Update MA_TextureAtlasserProInspectorView.cs 2022-11-09 20:51:48 +01: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 Update README.md 2020-04-21 02:28:41 +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.
  • Upgrading to 1.8+ will break existing atlasses.

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