Tearing On Sides Of Texture Planes

I have some planes that I have put a texture on (transparent/diffuse) and even though they should have no border around them you can still see a thin white line as shown in the below picture. These lines are not in the picture itself and can be found no matter what picture I use. How can I get rid of these lines?


You need this…
http://docs.unity3d.com/Documentation/Manual/HOWTO-alphamaps.html

No, just set the texture to clamp instead of repeat.

–Eric

Thank you, this fixed it.