Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxartz15/ma_textureatlasser
Texture atlas creator for Unity
https://github.com/maxartz15/ma_textureatlasser
atlas combine-textures combiner model sprite-sheet texture-atlas texturepacker unity unity-editor unity3d unity3d-plugin uv
Last synced: 6 days ago
JSON representation
Texture atlas creator for Unity
- Host: GitHub
- URL: https://github.com/maxartz15/ma_textureatlasser
- Owner: maxartz15
- License: mit
- Created: 2018-08-27T06:47:28.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T20:34:21.000Z (about 2 years ago)
- Last Synced: 2025-01-26T20:08:44.257Z (6 days ago)
- Topics: atlas, combine-textures, combiner, model, sprite-sheet, texture-atlas, texturepacker, unity, unity-editor, unity3d, unity3d-plugin, uv
- Language: C#
- Homepage: https://maxartz15.com/ma_textureatlas/
- Size: 130 KB
- Stars: 462
- Watchers: 21
- Forks: 47
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Image](https://maxartz15.com/wp-content/uploads/2020/04/MA_TextureAtlas2.png)](https://maxartz15.com/wp-content/uploads/2020/04/MA_TextureAtlas2.png)
# 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
[![Github All Releases](https://img.shields.io/github/downloads/maxartz15/MA_TextureAtlasser/total.svg)](https://github.com/maxartz15/MA_TextureAtlasser/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](https://youtu.be/PBRKlopkZP0)
[Website](https://maxartz15.com/ma_textureatlas/)