- Home /
Draw call increased on duplicated object. But not on others
Hi
Im currently experimenting and trying to understand draw calls etc. I have created a 'coin' object and applied a texture to this and it says '1' draw call. I duplicate this object twice more and it remains at '1' which is good.
However, i try and do this with another object (cube) and repeated the steps above including settings etc. But instead of getting '1' draw call for all 3 objects i get '3'. Why is this?
screenshots below. (2 of the 'coin' and 2 of the 'cube' objects) before and after screenshots.
Any ideas why this is?
Nick
Your answer
Follow this Question
Related Questions
Ways to texture large objects for Unity3D 1 Answer
Multiple Shaders vs. Single Texture - Please help me overthink this. 2 Answers
Same texture across two materials, is the texture loaded twice? 0 Answers
Best method for implementing alternative view modes? (like Cities: Skylines "Info View") 0 Answers
Unity Trees Material/Texture changed 0 Answers