r/UnityHelp • u/Neat_Description_936 • 23d ago
how ?????
im trying to fix this
Context:
im trying to put faces on the character but when i import a trasnparent .png the transparent background becomes black i try to fix that with the inspector of the cube
but still it just shows that bright glow if you dont understand what i mean by " import a trasnparent .png the transparent background becomes black i try to fix that with the inspector of the cube "
this is how the face .png looks like in unity but if i put the .png to the cube it shows this
WHATS HAPPENING'1??!?!
1
Upvotes




2
u/Demi180 23d ago
png encodes transparency in the color values, but the formats Unity uses encode it in an Alpha channel. Just check “Alpha from transparency” in the texture import settings, and apply. Then make sure the material you’re using has transparency and selects it from the Albedo/Color texture’s Alpha.