I used instancing to create an entire column of 256 * 256, but there will be triangles at the top of each square. How can I solve this problem.

I used instancing to create an entire column of 256 * 256, but there will be triangles at the top of each square. How can I solve this problem.
What are you instancing, cubes? Easier to see whar’s going on if you can share an example .toe file
Uploading: PAN_256-2.zip…
Thank you very much. Could you please help me take a look.
The version I am using is 2022.29530
Thanks. Its the way you are applying texture coordinates. If you bypass texture1 you’ll see the triangles disappear.
Also, unrelated tip, instead of 4 Over TOPs you could use 1 Layout TOP set to ‘Grid’ and turn on ‘Scale Resolution’, it is likely faster.
Thank you so much