- Home /
Just running a simple drag-box game causes Gfx.waitForPresent consuming high, why is that?
When updated iPhone to iOS 9.3.5, updated Unity to 5.4.1, fps goes down for my simple dragging box game! In Profiler, I found Gfx.waitForPresent always gets very high, sometimes consuming up to 10ms. And I try to simplify my game to reserve only a dragging control, but the problem remains. Why is that? my game is really simple, there is no high-consumption rendering, is it a Unity bug?
Your answer
Follow this Question
Related Questions
How to improve FPS on mobile? 1 Answer
iOS FPS low frame rate when character moves, profiler shows Physics.Simulate takes cpu time 0 Answers
How to check performance of the game in the device made in Unity 3d 3 Answers
iPad 3 is at 1 fps while even iPad 2 is running above 10fps 0 Answers
FPS of up-to-date action game on mobile devices? 60 vs 30 FPS? 0 Answers