10using System.Collections;
32 if (QualitySettings.vSyncCount != 0) {
33 Debug.LogWarning (
"vSync will override target frame rate. vSyncCount = " + QualitySettings.vSyncCount);
76 Application.targetFrameRate = -1;
81 Time.fixedDeltaTime = 0.02f;
Provides control of target frame rate.