Texture atlas creator for Unity
Go to file
max 521cb34541 Bugfixes: Texture width as height & build errors.
Bugfixes: Texture width as height typo and project build errors.
2020-01-14 19:42:30 +01:00
Assets Bugfixes: Texture width as height & build errors. 2020-01-14 19:42:30 +01:00
Packages Support old prefab system 2019-11-29 00:03:18 +01:00
ProjectSettings Support old prefab system 2019-11-29 00:03:18 +01: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 2019-11-28 23:54:23 +01: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

https://github.com/maxartz15/MA_TextureAtlasser/releases
Github All Releases

Tested Unity versions

Image Image Image

Export options

Meshes

  • UnityMesh (with prefab setup)
  • OBJ
  • Replace orginal (this will replace the orginal model, make sure to backup before doing this!)

Textures

  • PNG
  • PNG (sliced) sprite sheet

Materials

  • Material (with assigned textures and selected shader)

Resources

Youtube video
Website