Double HSlider for Godot 4.4, that can obtain two values, lower and upper. This is runtime version, so the control can only be used during project execution. Ensure that smaller values do not exceed larger values. There are numerical constraints between MinValue, MaxValue, Step, LowerValue, and UpperValue.
This addon allows using your OpenAI's api-key in godot for ChatGPT.
Godot Level Manager is A Unity based Level Manager that will allow Godot to recognize and manage what is a level vs a player or non level / Level GameObject since all GameObject's are viewed as Scene's in Godot aything can technically be loaded as a "Level". This allows a distinct seperation between levels and game objects as well as categorization of levels.
A native spell-checking solution for Godot using the Hunspell library.Hunspell is an open-source spell checker and morphological analyzer used in popular software like LibreOffice, Firefox, and Chrome. It supports numerous languages, handles complex morphology, and allows custom dictionaries through its flexible affix rules system.Features:Fast, native spell-checking through Godot's GDExtension systemSupport for multiple languages through standard Hunspell dictionariesEasy-to-use API for spell checking and getting suggestionsSupport for custom dictionaries (adding/removing words)
Steamworks API plug-in for Godot Engine. Available for the Windows 32/64-bit, Linux 32/64-bit platforms, and Mac universal. It is based on GodotSteam 4.13 with Steamworks SDK 1.61.This version is meant for Godot Engine 4.1 to 4.3 but will also work in 4.4; other versions include:Godot 4.4: https://godotengine.org/asset-library/asset/2445 Godot 4.3 or earlier: https://godotengine.org/asset-library/asset/1768Previous versions of the plug-in can also be found at the GodotSteam repository: https://github.com/GodotSteam/GodotSteam/releases.You can find the full documentation with tutorials at https://godotsteam.com.It does not require enabling but you may need to restart your editor.
Enhanced assistant plugin for TileSet above Godot4.3. Expand the TileSet TAB in the bottom bar, and in its upper right corner, click to expand the Enhancement panel. Synchronize their hierarchical TileData properties across any TileSet and AtlasSource, including physical collisions, terrain sets, etc.
Editor Plugin. Make a "clone" of a Scene with (almost) all dependencies from the original scene removed. This way you can prototype on a copy without modifying the original (akin to forking). Install and follow addons/clone/instructions.txt.
A minification tool for Godot 4.3+ that automatically compresses files in your web buildSupported host platforms (where your editor runs): Windows x64 onlyRecent update:- itch.io & servers with gzip compression supportHow it worksThe add-on resaves large files (.pck, .wasm) with gzip compression and adds the ability to load gzip-compressed assets in the browser using pako. Nothing else will be changed in your files.Usage- Install the addon from AssetLib- Enable the plugin in your Project Settings.- Export your project to Web.More information at GitHub: https://github.com/markushevpro/godot-minimize-html-build
Custom Folder Icons Addon For Godot 4Allows you to choose a custom icons for folders. (also works with files)How WorkIn the godot file system, press RMB (right click) on any folder/file you want to iconize and select Custom Icon from the menu.
DynamicDataTable is a GDScript plugin for Godot 4 that allows you to create and manage dynamic data tables easily and flexibly.
Filter categories in the inspector
Custom Folder Colors Addon For Godot 4Allows you to choose a custom color for folders. (also works with files)How WorkIn the godot file system, press RMB (right click) on any folder/file you want to colorize and select Custom Color from the menu.