https://github.com/rimurudev/unity-editorfpsdisplay
A Unity Editor extension to display FPS in the Scene view. Unity Editor FPS Display is a simple extension for the Unity Editor that shows the Frames Per Second (FPS) in the Scene view. This tool helps developers monitor and optimize the performance of their editor scripts by providing real-time FPS metrics.
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: about 1 month ago
JSON representation
A Unity Editor extension to display FPS in the Scene view. Unity Editor FPS Display is a simple extension for the Unity Editor that shows the Frames Per Second (FPS) in the Scene view. This tool helps developers monitor and optimize the performance of their editor scripts by providing real-time FPS metrics.
- Host: GitHub
- URL: https://github.com/rimurudev/unity-editorfpsdisplay
- Owner: RimuruDev
- License: mit
- Created: 2024-07-06T16:29:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-06T16:30:10.000Z (over 1 year ago)
- Last Synced: 2025-01-10T11:47:45.308Z (9 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: 2.93 KB
- Stars: 0
- 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 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.
## Features
- Displays FPS in the top-right corner of the Scene view.
- Helps in monitoring and optimizing editor scripts.## Installation
To install this package, follow these steps:
1. Open your Unity project.
2. Go to `Window -> Package Manager`.
3. Click the `+` button in the top-left corner of the Package Manager window.
4. Select `Add package from git URL...`.
5. Enter the following URL: `https://github.com/RimuruDev/Unity-EditorFPSDisplay.git`
6. Click `Add`.## Usage
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.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Author
RimuruDev
[GitHub Profile](https://github.com/RimuruDev)