Hey all. I have fencing surrounding my players. The top of the fencing texture makes use of some transparency. However, the quads that I put the material on still show a line where the quad ends. Is there any way to not show that line? (Or a better way to do this whole idea in general.) Thanks!
My guess is that you’re getting a little wrap-around texture. Change the texture import settings from “Wrap Around” to “Clamp” and this will probably go away.
Yep! That was it. Unfortunately I want the texture to wrap in one direction. I just changed the offset by 0.01. Fixed for now. Thanks.