using UnityEngine; public class GameManager : DontDestroy { protected override void OnAwake() { Application.targetFrameRate = 100; } }