Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andydbc/unity-texture-packer
:hammer: Utility to combine color channels from different textures into a single output.
https://github.com/andydbc/unity-texture-packer
texture tools unity unity3d
Last synced: 2 months ago
JSON representation
:hammer: Utility to combine color channels from different textures into a single output.
- Host: GitHub
- URL: https://github.com/andydbc/unity-texture-packer
- Owner: andydbc
- License: mit
- Created: 2018-03-26T22:09:25.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T19:35:42.000Z (2 months ago)
- Last Synced: 2024-10-30T20:29:13.762Z (2 months ago)
- Topics: texture, tools, unity, unity3d
- Language: C#
- Homepage:
- Size: 2.56 MB
- Stars: 665
- Watchers: 32
- Forks: 103
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeCppGameDev - unity-texture-packer
README
unity-texture-packer [![License](https://img.shields.io/badge/License-MIT-lightgrey.svg?style=flat)](http://mit-license.org) [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/andyduboc/5usd)
==========:hammer: Utility to merge different texture channels into a final texture output.
![screenshot](Screenshots/screen00.gif)
## Install
### Using Git
Make sure the Git client is installed on your marchine and that you have added the Git executable path to your PATH environment variable.
Go in %ProjectFolder%/Packages/ and open the "manifest.json" file.
in the "dependencies" section add:
```sh
{
"dependencies": {
...
"ca.andydbc.unity-texture-packer":"https://github.com/andydbc/unity-texture-packer.git#0.1.0"
...
}
}
```Find more information about this [here](https://docs.unity3d.com/Manual/upm-git.html).
### Manual
Dowload this repository as a zip file, extract the archive.
In Unity, go in "Window" -> "Package Manager" -> "Add Package from disk"
Select the "package.json" file located at the root of the package folder.The tool is located under "Window" and is called "Channel Packer"
## Note
This is still under development and may be buggy.
## License
MIT. See [LICENSE](https://github.com/andydbc/unity-texture-packer/blob/master/LICENSE) for details.