https://github.com/rimurudev/unity-editorfpsdisplay
A lightweight Unity Editor extension that displays real-time FPS in the Scene view. Supports Unity 2020.3 LTS and newer, including Unity 6.x. Safe for Domain Reload and Enter Play Mode.
https://github.com/rimurudev/unity-editorfpsdisplay
abyssmoth abyssmothgame display editor fps performance rimuru-dev rimurudev unity-editor unity-editor-fps unity-editor-fps-display unity-editorfpsdisplay unity-fps unity-fps-counter unity-fps-editor
Last synced: 8 days ago
JSON representation
A lightweight Unity Editor extension that displays real-time FPS in the Scene view. Supports Unity 2020.3 LTS and newer, including Unity 6.x. Safe for Domain Reload and Enter Play Mode.
- Host: GitHub
- URL: https://github.com/rimurudev/unity-editorfpsdisplay
- Owner: RimuruDev
- License: mit
- Created: 2024-07-06T16:29:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-08T21:16:47.000Z (5 months ago)
- Last Synced: 2026-02-09T02:49:45.132Z (5 months ago)
- Topics: abyssmoth, abyssmothgame, display, editor, fps, performance, rimuru-dev, rimurudev, unity-editor, unity-editor-fps, unity-editor-fps-display, unity-editorfpsdisplay, unity-fps, unity-fps-counter, unity-fps-editor
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Editor FPS Display
A lightweight Unity Editor extension that displays real-time FPS directly in the Scene view.
Useful for monitoring editor performance, custom tools, and editor-time rendering overhead.
## Features
- Displays FPS in the Scene view overlay
- Zero configuration, works out of the box
- Safe for Enter Play Mode with Domain Reload disabled
- Supports modern Unity editor lifecycle (assembly reloads, subsystem registration)
## Supported Unity Versions
- Unity **2020.3 LTS**
- Unity **2021+**
- Unity **6.x (6000.x)**
## Installation
### Via Git URL (recommended)
1. Open **Window → Package Manager**
2. Click **+**
3. Select **Add package from git URL**
4. Paste: ```https://github.com/RimuruDev/Unity-EditorFPSDisplay.git```
5. Click **Add**
## Usage
Once installed, the FPS counter will automatically appear in the Scene view.
No setup or configuration is required.
## Notes
- Designed to be safe with **Enter Play Mode Options**
- Properly handles editor domain reloads and assembly reloads
- Does not allocate per frame
## License
MIT License — see [LICENSE](LICENSE)
## Author
**RimuruDev**
GitHub: https://github.com/RimuruDev