← Return to game
Log in with itch.io to leave a comment.
Hi! The game looks great and has excellent controls. However, I recommend adding Application.targetFrameRate = 60; in the Awake method of GameManager. Otherwise, the PC will try to reach the highest possible FPS, which in my case exceeds 600.
Application.targetFrameRate = 60;
Awake
GameManager
Thats really heating up
← Return to game
Comments
Log in with itch.io to leave a comment.
Hi! The game looks great and has excellent controls. However, I recommend adding
Application.targetFrameRate = 60;
in theAwake
method ofGameManager
. Otherwise, the PC will try to reach the highest possible FPS, which in my case exceeds 600.Thats really heating up