what the title says, and how can I adjust that rate to run at 60 FPS if it isn’t already?
You can use Application.targetFrameRate to set the frame rate. However, note that it does not guarantee that frame rate (more info in the link).
what the title says, and how can I adjust that rate to run at 60 FPS if it isn’t already?
You can use Application.targetFrameRate to set the frame rate. However, note that it does not guarantee that frame rate (more info in the link).