- Home /
What is VBO Total in the Stats window?
I read what the manual says. I still don't understand it, because in a scene with 4 visible objects with mesh renderers, VBO total is anywhere from 25 to 37. If I turn on static batching, the draw calls drop from 4 to 1 but the VBO is unaffected.
So what is this number really measuring, and what is a safe value to keep it under to target current generation iOS devices? ( I realize that is a separate question, but it's my reason for asking the first question, so is relevant. )
http://unity3d.com/support/documentation/$$anonymous$$anual/RenderingStatistics.html Also this number increases as you scale meshes
Your answer
Follow this Question
Related Questions
650+ DrawCalls, Mesh.DrawVBO 1 Answer
ideal Statistic for iphone 1 Answer
Issues with profiler? 0 Answers
Batching Nightmare, What affects dynamic Batching!? 0 Answers
What do I add to the LOD Renderer in MonoBehaviour? 2 Answers