An Audio Log plugin for Godot 4. Create Audio Logs/Diaries or simulate phones calls, all with this plugin.
A proof-of-concept addon that adds features to Godot runtime debugging.Features include:- Support for 2D and 3D scenes.- In-game debug camera with editor controls.- In-game object picker, which highlights the object in the Editor.- Selecting an object in the remote scene tree highlights the object in the game.- Runtime toggling of debug visualisations, such as collision shapes and wireframes.- Optional automatic pausing of the scene when debug tooling is activated.
The framework that simplifies your game/application development.Important » Updating the framework via the asset library is slow, consider switching to the git installation method for faster updates: https://core.staropensource.de/getting-started/setting-up/#using-gitRepository » https://git.staropensource.de/StarOpenSource/COREDocumentation » https://core.staropensource.deGetting started guide » https://core.staropensource.de/category/getting-started/Changelogs » https://git.staropensource.de/StarOpenSource/CORE/releasesChangelog for this update » https://git.staropensource.de/StarOpenSource/CORE/releases/tag/v2-release0The CORE Framework includes this:- simple but rich logger implementation- a crash handler- a graphical log- miscellaneous useful functions- a scene manager- awaitable and/or batched (download) requests- settings manager- data validation- mod loader (soon)- and much more!
This add-on introduces a new dock that lists the scenes open in the editor, allowing you to find scenes without having to look though a bunch of tabs. Just clicking on the scene in the dock will move focus to that editor tab. You can also close and play scenes right from the dock as well as copy the scene file path with a right click of the mouse button.
This Plugin enables to dynamically change the system bar colors (status bar and navigation bar) of your godot android app.How To Use:1. Turn on gradle build in your project2. Turn off immersive_mode in Android exprot present (to make system bar visible) and make sure to turn on plugin in project settings.3. Add SystemBarColorChanger node to your scene --> To change status bar color $SystemBarColorChanger.set_status_bar_color(color) --> To change navigation bar color $SystemBarColorChanger.set_navigation_bar_color(color) --> If you want to have light status bar eg. WHITE $SystemBarColorChanger.lightStatusBar = true --> If you want to have light navigation bar eg. WHITE $SystemBarColorChanger.lightNavigationBar = true4. Translucent System Bars --> To enable translucent system bars $SystemBarColorChanger.set_translucent_system_bars(true) --> To disable translucent system bars $SystemBarColorChanger.set_translucent_system_bars(false)Demo Project: https://github.com/syntaxerror247/godot-android-system-bar-color-changer/tree/main/plugin/demoIf you have any question or issue with the plugin feel free to submit an issue in its github repository.
A simple yet handy notes tab for the Godot Engine, for when it's needed to write down something quickly.The notes are saved in the project's metadata file.
Addon to store data in text or encrypted files, in Godot Engine 4, in an easy way.More info:https://github.com/TheVulcoreTeam/Persistence
Simple plugin that adds a "TODO" tab to your editor. It's similar to kanban board - you can create and remove text notes and organize them in named columns. You can have as many columns and items as you want. The plugin supports undo/redo, item/column dragging and folding, item filtering and item marking (use middle-click). Right-click item's left panel area to assign image.Check repo for more details.
A collection of scripts and resources for implementing utility-based AI in Godot.Supports editing of agent behaviors, considerations and response curves using the Godot Inspector.
GodotBoy allows you to load ROMs from everyone's favorite 80s portable game console as well as it's 90s counter part. You can add an emulator to you game. The repo includes some examples of using these as a pickup, or as part of a control surface.The sample is the most minimal example I could come up with and a ROM created from GBStudio (another MIT licensed project)It's a GDExtention written in Rust with GodotRust and RBoy.0.1.4: It now supports Windows, Linux, Linux on ARM64, and Android (on ARM64, but no reason it can't support Android x86 if anyone wants that).0.2.0: Added support for GBA, but requires a BIOS file. Maybe someday figure out how to remove that requirement.0.3.0: Now has support for Web exports. Requires Threads and Extension support in web exports.GodotRust: https://github.com/godot-rust/gdextRBoy: https://github.com/mvdnes/rboy
This Addon provides a custom node to add a Console/Textchat to your scenes. You can print messages with various text formatting or enter commands to help you debugging.
A better asset library.CyberAsset+ is a drop in replacement for the default asset library, with improvements!- Save your favorite assets to install later, between projects- A streamlined install experience- Tired of all those image errors? CyberAsset+ is quiet