/ChannelPacker

Unity Texture Combiner. Pack multiple texture color channels into one texture!

Primary LanguageC#MIT LicenseMIT

ChannelPacker

Unity Texture Combiner. Pack multiple texture color channels into one texture!

Open with Tools/ChannelPacker

  • Combine multiple textures into one output texture (For use in Mask maps or other packed texture techniques)
  • Choose which channel each texture pulls from, and where it goes to
  • Invert / multiply texture inputs for desired results
  • Have default 0 - 1 values for unassigned texture inputs
  • Save multiple presets to have different workflows in the same project

image image

All

ChannelPacker is a heavily modified / rewritten version of MaskPacker.

Mask Packer was built for HDRP masks only, so I made this to be modular, flexible, and support many more workflows, while fixing some quirks / bugs I had with the original.

Thank you to the original creator of this, I appreciate it and hope others will find this to be useful :)