Inu Games - Texture Channel Packer

Hi, there are 2 alphas: alpha in the source texture and alpha in the compressed texture. To reduce the size of the texture in game you have to check “compress without alpha” checkbox, it will be smaller. The “source alpha detected” basically tests that your alpha channel is white. If it’s white then source alpha detected = false, otherwise it’s true. But it doesn’t really changes the size of the asset afaik.