Setting the lock frame rate invalid problem in Unity

Lock frame API:

Application.targetFrameRate = 60;//锁帧

Solution: Change the vsync count in the rendering quality to don't sync

 

Guess you like

Origin blog.csdn.net/Tel17610887670/article/details/129983359