#Android 30 fps lock
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
hello i have strange problem with unity.
My android unity game is locked to 30 fps and well optimized.
I paste this lines in void start:
Application.targetFrameRate = 60;
QualitySettings.vSyncCount = 0;
Turned off vsync in project settings -> quality.
And my game is still locked in 30 fps:(
Pls help
Maybe my game is fpslocked only in remote controller?