'I have an existing .apk of game and it is 30fps, how can i change from 30 to 60 fps?

Developers. I am new to Android Studio, is there anyway to change framerate of choppy 30fps limited game? It is not made by Unity. I decompiled .apk also.



Solution 1:[1]

You can use Application.targetFrameRate = 30;.

https://docs.unity3d.com/ScriptReference/Application-targetFrameRate.html

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 ouflak