I have a question about the stats window and what should be expected from a default project.
I have created a new project with nothing in it but a camera. When I hit play the stats window reports the following:
140 FPS (7.1ms)
Main Thread: 7.1ms Renderer: 0.1ms
Draw Calls: 0
Tris: 0 Verts: 0
This is pretty normal for new projects that I create. However, I recently downloaded a project created by another member that actually has content. When I hit play the stats window for that project reports this:
1402.3 FPS (0.7ms)
Main Thread: 0.7ms Renderer: 0.3ms
Draw Calls: 41
Tris: 728 Verts: 1.4k
What gives here??
Both projects are set to the iOS Platform and both projects are set to use Graphis Emulation->iPhone…ES2.0. As far as I can tell everything is configured the same. Why are FPS and Main Thread so dramatically different between the two projects? I would love to link you to both projects, but unfortunately I can not.
I realize this is very little info to go on, but any insight or direction will be greatly appreciated.
You probably have “VSync Count” set to “Every VBlank” in your editor quality settings by default or you have Application.targetFrameRate = 140 in a script but as you’ve said it happens in an empty project, I would check the VSync settings here.