Download here.
You can find a documentation with examples and detailed information here.
If you import any plugin or open a Godot project for the first time, the plugins will throw errors. To ensure correct operation, reload the project and the errors are gone.
Background: most plugins are using preload
, but on first import there is nothing which can be preloaded.
- AspectRatioResizeContainer
Extension ofAspectRatioContainer
to update it's own size. - Custom Theme Overrides
Utility to provide custom theme overrides for any node. - Git SHA Project Setting
Add Git SHA as project setting. - Hide Private Properties
Hide private properties of instantiated child scenes. - Icon Explorer
Browse different icons and save them. - Icons Patcher
Patch Pictogrammers icons to white. - License Manager
Manage license and copyright for third party graphics, software or libraries. - Logging
Simple logger. - Plugin Reloader
Enable or disable plugins from within the editor main screen. - QR Code
QRCodeRect and QR Code generation. - TextureButtonColored
Extension ofTextureButton
with color options.