- Home /
Question by
Albert · Jul 23, 2011 at 09:33 AM ·
texturealphatransparent
Transparent texture contains other color
Hello Everyone. . I've encountered a problem that I can't explain, but im going to attach an image. The texture is png with transparency, there's a part that supposed to be transparent, but instead, its green.
Comment
If you are using GetPixels and SetPixels, perhaps you can post the code. It may also be your material that does not use a shader that supports Alpha.
Best Answer
Answer by Albert · Jul 23, 2011 at 10:36 AM
Thanks Herman, but i found another solution. It seems there was an important part on saving the texture.
I opened the texture again in GIMP, and resave, there was an option that says [ Save color values from transparent pixels ] i set it false. and now its gone :)
Your answer