Unity Slow performance on iPhone 6 Plus

≡放荡痞女 提交于 2020-01-02 05:40:49

问题


Unity 5.1.2 iOS 8.4

Ive noticed massive performance issues with iPhone 6 Plus

Tested on iPhones 4s, 5, 6 performance looks about that Running solid 60 FPS

On iPhone 6 Plus however performance is going down to about 22 FPS for some reason. Unity profiler simply shows longer time to render. Here is the log for iPhone 6 Plus

Notice average frame time is higher and max frame time is doubled that iPhone 4s?

Im wondering if this is just me or the Unity bug, probably with Metal?


回答1:


I have had this issue before, the iPhone 6 plus will use the metal graphics library by default. Unfortunately this is very buggy at the moment and actually slows everything down! Go to your player settings/Other settings and untick "Automatic Graphics API" and choose OpenGLES2, this is the most stable library at the moment.



来源:https://stackoverflow.com/questions/31873915/unity-slow-performance-on-iphone-6-plus

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!