Hello,
I have a scene with just an endless terraingenerator and a fistperson controller. In editor I get around 1300fps but on my (low-end) phone (Windows 10 mobile) I just get around one frame every few seconds. I allready turned grafics as low as possible and disabled Antialiasing. In game view it says around 800Tris and 500Verts so i think that even this low end device should be able to handle this. In profiler Gfx.WaitForPresent in main thread and Gfx.PresentFrame in render thread takes a lot of time. There is no difference between VSync enabled or disabled. Ive allready tested running in Debug, Master, and Release but there isn’t a significant difference. I hope you can help me in any way.
Tino