Plugin Updater
by Maaack | MIT
A plugin for updating plugins. Works with public GitHub repos that use releases
Godot Plugin Updater A plugin update wizard for plugins hosted on public GitHub repositories. This plugin checks current plugin versions against latest releases in the respective repositories, and offers to update any that are out-of-date. Supports
Backstitch
by Ink & Switch | MIT
Real-time version control for Godot! Backstitch enables fast collaboration for dev teams, game jams, and classrooms
Backstitch provides real-time version control for the Godot game engine. Join our Discord to connect with the Backstitch community! With Backstitch, you can: Sync your changes in real-time with collaborators Branch, merge, and revert change history
Git Status
by Matt Giuca | MIT
Gets information about the project's git repo (the git hash) at runtime
This simple addon lets you embed the git hash of your project in your Godot game and display it somewhere. This is extremely handy for testing and reporting bugs, as you can see the exact version of the project that is being used. Once the plugin is
Godot Git Describe
by zibetnu | MIT
Seamlessly display in-game versions based on your Git tags
Documentation What is Git describe? Git's describe command is a convenient way to get a human-readable label for your repository's state. Examples # If the latest commit is tagged, then you simply get that tag. Perfect for version numbers. $ git describe
loading more results...