orels1 / orels-Unity-Shaders

A collection of practical Unity shaders for your next project
https://shaders.orels.sh
Other
168 stars 13 forks source link

[ORL-69] Change the default channel for Alpha texture to Red in Texture Packer #67

Open orels1 opened 2 months ago

orels1 commented 2 months ago

Since it is pretty common to want to combine a texture with some random alpha mask - I should default to reading alpha from Red channel, as alpha masks are usually grayscale.

From SyncLinear.com | ORL-69

orels1 commented 2 months ago

The new defaults look like this

image.png