Unity Show FPS in scene
1 min readAug 30, 2020
The following script will help you to show FPS in scene:
How to use?
If you have a GameManager
in your scene, add the above script as a component to it. Or you can attach this script to the camera. One example:
Reference
https://hackingwithunity.com/unity-show-fps-in-scene/
Originally published at https://hackingwithunity.com on August 30, 2020.