(unity 5.1) rows in the mesh with zoomOut
when I zoom out , even a little , begin to appear a few lines in the mesh of some of the objects, are of the mesh divisions , this might be the scale?
Not 100% sure whats going on but it looks to me that the vertices might not be joined up/sharing indices while having anti aliasing enabled.
I changed the texture mode for advanced and deactivated the Generate $$anonymous$$IP maps and faded lines, but this can cause a performance hit ?
Try setting texture wrap mode to clamp. It could be that the texture has black areas which bleed from neighboring texels if you have wrap mode repeat.
Your answer
Follow this Question
Related Questions
How to dynamically scale an object to a fixed, predefined size at runtime? 0 Answers
Scaling giant images as 2D Sprite 0 Answers
Zooming WebCamTexture?!? 1 Answer
Help with camera when on different resolution 0 Answers
How to create a zoomable canvas image in Unity for mobile without scaling the main camera? 0 Answers