Im using Unity Engine.
Some players turn off V-Sync in Video Driver Settings.
Which leads to very high FPS and overheating of the video card.
This code dosent work:
QualitySettings.vSyncCount = 1;
Application.targetFrameRate = 60;
Im using Unity Engine.
Some players turn off V-Sync in Video Driver Settings.
Which leads to very high FPS and overheating of the video card.
This code dosent work:
QualitySettings.vSyncCount = 1;
Application.targetFrameRate = 60;