- Home /
Mobile "Draw Call" Problem
In my mobile project, I have a scene(Lets say it is "scene 2") which contains some gameobjects mostly with mesh renderer components and most of them are static. When I start play this scene 2 directly, the profiler shows me the draw calls are about 45(Static objects are not included in draw calls, but I see them they are drawn, it is ok). But when I start my game from splash screen (Screen 0), then go to main menu (Scene 1) then click load button and go to game screen(Scene 2), then the same scene shows me 130 draw calls(static objects are included in draw calls, same scene but different number of draw calls!). What is the problem here?
Loading additive or using DontDestroyOnLoad in scenes before?
yes there are DontDestroyOnLoads , but they are gameobjects with some scripts attached that contols game logic. No renderer components on them.$$anonymous$$oreover, I am using LoadLevelAsync between scenes. No Loading additive
What exactly are the draw call stats for the 45er and the 130er? You were saying, in the first one statics are not included but rendered. Doesn't make sense to me.
Your answer
Follow this Question
Related Questions
Static batching doesn't reduce draw call 0 Answers
Animating object that has both static and non-static children 0 Answers
My unity ios build is taking more than 2 hours 0 Answers
Only half my draw calls being static batched 0 Answers
Reduce Draw call for Multiple GUI Textures with same Texture 1 Answer