Personal Godot Utilities plugin. A lightweight, drop-in solution providing essential utility helpers to streamline initial development and eliminate the need to rewrite boilerplate for every new project.
- Copy the
/sh_utilsfolder to your project'saddons/directory. - Go to Project > Project Settings > Plugins.
- Enable SH Utils.
The plugin will automatically add Debug, Utils and Config autoload singletons.
Quickly toggle a debug overlay to monitor performance and system stats.
| Key | Action |
|---|---|
~ |
Toggle Debug Overlays |
Esc |
Force Quit Application |
V |
Toggle VSync |
F |
Toggle Fullscreen |
P |
Capture Screenshot |
R |
Reload Current Scene |
Keyboard shortcuts work only when debug overlays are visible, except for toggle.
Statistics:
- Performance: FPS, CPU Time, Object Count, Draw Calls, VRAM/RAM Usage.
- System: OS, CPU/GPU Info, Display Info, DPI.
- Config: View current project settings configuration.
A collection of static helper functions for common tasks.
Warning
The LSP will report missing references during import, but only until you enable the plugin. Writing junk just to quiet down LSP is dumb.