Skip to content

Unity utility to combine color channels from different textures into a single output

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

noxer/extended-unity-texture-packer

 
 

Repository files navigation

extended-unity-texture-packer License

Unity utility to merge different texture channels into a final texture output.

screenshot

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:

{
  "dependencies": {
      ...
      "dev.plusmid.extended-unity-texture-packer":"https://github.com/noxer/extended-unity-texture-packer.git#0.2.0"
      ...
  }
}

Find more information about this here.

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. The tool is based on https://github.com/andydbc/unity-texture-packer by Andy Duboc.

License

MIT. See LICENSE for details.

About

Unity utility to combine color channels from different textures into a single output

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 91.4%
  • ShaderLab 8.6%