Hi,
i’m not entirely sure, whether i’m picking the right forum here or not, but i want to ask for some help here.
We are working on a VR-Viz-Solution for a client of ours and research the viability of Unity for that task.
We got our basic scene setup up and running by now as well as the basic import/export pipeline.
But we are hitting massive performance problems here.
We used the profiler to check…and we are very aware of the fact, that our scene is somewhat extreme and not perfect…but it is the way it is, because of our data foundation that we have to work with and the demands of our client.
We have a demo scene running (unfortunately NDA bound models in there, that don’t allow for any sharing here)…
The scene consists of 16.0 Mio Verts, 13 Mio Tris and produces about 10.000 draw calls at the worst viewing angles.
I know, that this is rather extreme and we are seriously looking into ways to reduce those numbers, but we also would have hoped for unity to scale a bit better with the whole situation.
Even on our most potent rig (Xeon E3-1230v2, 4*3,4 GHz, 32 GB RAM, GeForce GTX 670 4GB VRAM) is not able to get a stable 20 fps.
We also noticed a rather big difference of FPS between editor and Build…with same display resoultions, the game mode in editor runs about twice as fast as the standalone build.
The 20-40 fps are only achieveable in editor which worries us even more…
The main problem seems to be the CPU-Performance, when looking into Unity’s profiler. It says that the main bottleneck for the FPS seems to be the Render-Process on the CPU, which i assume has to do something with object-sorting and handling.
Can we - by any chance - hope for some way to improve our scene-performance?
We didn’t even try any heavy stuff like multiple lights or heavy shaders. Changing between Forward or Deferred shading also doesn’t help much.
Oh…and if i hit the wrong forum with this one, feel free to move it. Thanks