A Unity Editor extension to display the FPS in the Scene view. This can help developers optimize their editor scripts and monitor the performance of their Unity Editor.
- Displays FPS in the top-right corner of the Scene view.
- Helps in monitoring and optimizing editor scripts.
To install this package, follow these steps:
- Open your Unity project.
- Go to
Window -> Package Manager
. - Click the
+
button in the top-left corner of the Package Manager window. - Select
Add package from git URL...
. - Enter the following URL:
https://github.com/RimuruDev/Unity-EditorFPSDisplay.git
- Click
Add
.
Once installed, the FPS counter will automatically appear in the top-right corner of the Scene view in the Unity Editor. There is no additional setup required.
This project is licensed under the MIT License. See the LICENSE file for details.
RimuruDev