DatePicker is a themed Godot calendar addon inspiried by the Windows 11 calendar. Two scenes are available: DatePicker and Calendar. DatePicker is a Button that when clicked displays a Calendar. When a date on the Calendar is selected, the Calendar is hidden and the text of the DatePicker button is updated. The header of the Calendar (i.e. 2025 or March 2025) can be clicked to toggle between the year and month views. Only available in C#.
Selection of Kenney prototype textures, convenient materials and basic debug shapes to scatter around your scenes quickly. Not all Kenney textures are included to avoid clutter - just one from each color. Saves you some decision making!Also features an exclusive BLUE kenney texture :)
Audio synthesis engine for procedural SFX and music.https://eclipsinglines.github.io/GodotSynth/
Automatic C# bindings generator for GDExtension classesHow to use:1. Import your GDExtensions2. Enable the C# GDExtension Bindgen plugin in "Project Settings... -> Plugins" tab3. Click in the menu item "Project -> Tools -> Generate C# GDExtension Bindings" whenever you want to regenerate C# bindings4. Enjoy \o/
Automatically expands all sections of the Property Inspector when you select a node
Plays sounds in Script and Shader editors! Sounds are from osu!/ppy's lazer client.In more detail:Adds sounds based on the Users actions inside the Script Editor and Shader Editor for:- Typing- Deleting- Caret Movement- Copy & Pasting- Saving- Undo & Redo- Selecting (Single, Word, All)Also adds Extra Animations when deleting text.Thanks for reading and happy typing!
A Extension for Godot that allows the window to function as an overlay.Added features:-Keybinds for when window is not focused-Toggle input passthrough-Toggle window visibilityExisting features that are updated:-Borderless Window-Full window transparancy-Always on topThe Overlay Extension is a Object type that can be used created and enabledThe Addon is a Overlay Node type that interacts with object to show how to useMade in Godot 4.4*only on Windows
A Extension for Godot that gets the OS active window infoGets the window title and positionMade in Godot 4.4*only on Windows
Android OAID/AAID SDK export plugin.Also supports AndroidID, IMEI, WidevineID and more.
Wrapper for the OLAP SQL engine DuckDB. Great for heavy analytics queries.
Addon that binds libsm64 to Godot via GDExtension, allowing to integrate Mario from the Super Mario 64 engine into any Godot 4 project.
A simple addon that simply lets you add a Node into your SceneTree to listen for key combinations. Enter your own combination or simply use the default, the old-school Konami Code.It has both keyboard and controller support, as well as a "time limit" mode.