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 also supports undo/redo.Check repo for more details.
Plugin for easy screen transitions and node references. (More features to come in the future!)Just install and use it directly in your code:SceneManager.change_scene('res://demo/test.tscn')We also have more customization options!SceneManager.change_scene( 'res://demo/test2.tscn', { "pattern": "scribbles", "pattern_leave": "squares })You can now add references to single important nodes (like Player or Tilemap) for easy access without knowledge of your tree structure.SceneManager.get_entity("Player")Read the Wiki for more details https://github.com/glass-brick/Scene-Manager/wiki
JamCountdown is a plugin for Godot 3 to keep track of the time left for a gamejam or other deadlines.
GDNative wrapper for SQLite (Godot 3.2+), making it possible to use SQLite databases as data storage in all your future games.
Third person shooter (TPS) demo made using Godot Engine.
Add the SfxrStreamPlayer node to generate sound effects inside the editor. Perfect for prototyping and game jams!
The Glow Boarder Effect Renderer contains shader setup with a glowing boarder effect for selected objects. The user can turn the glow border effect on and off and select glow color for individual objects.
A Godot addon to help create and use branching dialogues in your game project.Features include: Dialogue Tree editor Open, Edit, & Save multiple files Multiple Dialogue Trees per file Built-in tester for your dialogue trees DialogueBox node to run your dialogue trees in-game Easily extend/add more nodes for advanced functionality
Kanban Tasks - Todo Manager is a kanban board addon for the godot engine.Features- Renamable stages- Tasks with detailed description and titles- Search in tasks and task details- Intuitive drag and drop usage utilising the godot build in drag and drop- Support for shortcuts *- Categories- Different stage layouts with multiple stages per column- Supports all editor themes including light ones* uses godot defaults because the custom shortcuts cannot be accessed
Did you ever want a fancy scene change? Look no further - this asset allows you to create buttery-smooth, fancy fades between two scenes, with a single line of code!Supports:- Cross-fades (fade from one scene to the other)- Shader-based fancy dissolves- Scenes that contain entities with camerasThis library is in beta, and works well as far as I know. Please report any bugs!
This is a Godot Editor plugin to manage localization data. The plugin allows you to quickly and easily edit translations in csv format. You can also auto translate your text (build in Google Translator) Remaps are also supported. Resources are assigned very easily using drag and drop. The assigned resources can be viewed in preview window, to check them. Inputs are also checked for errors. The wrong entries are highlighted in color.Version: 1.6.3
Branch is a super super simple addon for Godot to show the current git branch you are working with. It shows a button with the current branch name. Clicking on the button refreshes the branch name.