Skip to content

shnotsh/sh-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SH Utils

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.

Installation

  1. Copy the /sh_utils folder to your project's addons/ directory.
  2. Go to Project > Project Settings > Plugins.
  3. Enable SH Utils.

The plugin will automatically add Debug, Utils and Config autoload singletons.

Features

Debug Overlay (Debug)

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.

Utility Functions (Utils)

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.

About

Personal Utilities Addon for Godot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors