Flashing background

Hi, i got a problem with my road in the game. I have terrain which intersect with road and gets strange flashing. Road located above then terrain, i changed many shaders with different position in draw queue but it’s didn’t get the result, do you have any idea how we can fix this problem? Thank you.

bobin115 is right by the look of it, this is Z fighting. Check you Cameras “Near Clip Plane” value. If it is not set to 0.3 then set it to this value. For some reason making it less can cause Z fighting. If it already is this value then do what bobin115 says and see if that makes a difference.