- Home /
Texture : Black Border ?
Hi,
When I create a texture, unity add a "black broder" to it.
How can I delete it ?
Please see this image to understand what is my issue :
https://www.dropbox.com/s/feqlhamsyibf3qr/mroizo.png
My inspector:
https://www.dropbox.com/s/mz52wt8fbxyceyu/mroizo2.png
Thank you for your help.
Regards,
AB
Answer by OtsegoDoom · Jun 19, 2014 at 01:04 PM
That's the colour you anti-aliased against when the texture was created. If you set your background colour to the same colour as your edge you won't notice it anymore. If you didn't anti alias against anything (transparent background) that usually gets interpreted as black.
You can also try using a TGA instead. Unity seems to interpret them differently.
Thank you ... but.. sorry for this question but what is a TGA ? :'(
Your answer
Follow this Question
Related Questions
Texture is rendering black? 1 Answer
How to render part of an object 2 Answers
How can i get my quad to only render my texture without stretching it? 1 Answer
Render texture above something else 1 Answer
Render Transparent Geometry 1 Answer