Im just curious why this would be. in my scene , i have 4 empty gameobjects, which just have different scripts applying different GUI DrawTexture methods. Not one actual visible object , no mesh.
GUI objects (regardless of which GUI approach you use) are also drawn using triangles. The count you see is the tri-count for your GUI.
right … didnt know that , thank you