- Home /
Discussion question
How to optimize with a lot of objects
Hi, I'm creating a mobile game that will feature a level editor but allowing the user to create his own levels means that you can't combine meshes and this results in a quick growth of the draw calls number. So I was wondering what is the best approach for this kind of stuff? How do games with in-game editors work?
Thanks
Discussion questions like this one are best posted to Unity Forums. A runtime level editor does not preclude building 'primitive' objects as part of a larger mesh. If you post your question on Unity Forums, you might provide a link from here to the post so that anyone interested can follow the discussion.
Follow this Question
Related Questions
Drawcalls or Batched, which is more important to performace? 1 Answer
What's a good draw call count? 2 Answers
Objects using the same material are incurring separate draw calls. 0 Answers
what's the best way to reduce draw calls? 9 Answers
What's the best way to optimize draw calls with 100,000+ bjects? 1 Answer