utility

Recent snippets tagged «utility»

Await multiple signals (for dialogs)
enderprism
A utility function to help work with dialogs. Godot 4.5 GDScript utility
Recursive File Browsing
Casual Garage Coder
Given a directory, recursively browse the files and apply a processing Godot 4.x GDScript utility
Easy Signal Disconnects
Dragon1Freak
Util function to disconnect all callables on a signal, or safely disconnect a callable from a signal Godot 4.x GDScript Signals utility
Compute Shader Utility
Casual Garage Coder
Simple utility for (limited) compute shader handling GDScript utility compute shader
SequentialQueue class for serializing events using Callable
theCubeMiser
Allows a streamlined way to add and run a series of Callable in a first-in-first-out sequence as needed. Godot 4.x GDScript utility