Tool that adds Labels with text autosizing capabilities.Find the instructions in the Github repo.For Godot 3.6.x
Steamworks API wrapper for Godot Engine (version 3.x)... now for GDNative. Available for the Windows, Linux, and Mac platforms. It is based on GodotSteam 3.27 with Steamworks SDK 1.60.This version is meant for Godot Engine 3.6, but it should work with previous Godot 3.x versions.Previous versions of the plug-in can be found at the GodotSteam repository: https://codeberg.org/godotsteam/godotsteam/releases.You can find the full documentation with tutorials at https://godotsteam.com.
A Five Nights at Freddy's framework made for the Godot game engine.
Importer and interpreter for Clyde Dialogue Language. Completely written in GDScript. No external dependencies.Clyde is a language for writing branching dialogues/dialogs.Check the docs for more info.
An editor plugin for Godot Engine 3.x to manage code snippets in your projects. Edit, Copy, Add and Delete frequently used pieces of code into your Godot 3.x projects.v1.1Internal Editor added to right mouse click on code snippet.
Simple Doom clone I made in this tutorial: https://www.youtube.com/watch?v=LbyyjmOji0M
Simple platformer made in this tutorial: https://www.youtube.com/watch?v=NScngW8vxK8
Simple top down shooter made in this tutorial: https://www.youtube.com/watch?v=5vYI_mgERBU
Adds stopwatch functionality via a custom node.
This tool allows you to pick several textures and pack their channels into a single texture. This very useful to pack albedo with roughness, or normals with bump into the same texture for example, which helps shader optimization.
This plugin allows you to import/export DSCN files within the Godot editor.DSCN files have all the flexibility of normal scene files, can be imported/exported from anywhere in the file system, and can be imported/exported at run time.This plugin is NOT intended for use in projects in production. Right now the plugin is in a proof-of-concept/alpha stage!See https://github.com/TwistedTwigleg/DSCN_Plugin for more details!
A small addon that generates 3d mazes using a depth-first search algorithm. It can exclude user-defined zones from generation and suggest locations for items (doors, keys, chests...).