Tools

Showing 972 of 1,126 results
Page81 of 94
Export & debug hero image

Export & debug

by stevepine

FREE

Export & debug adds a button (F7), where you export the project with your "debug" named preset, to "res://Export", and runs it with remote debug parameters. Important: 1. It cleans the folder on every run 2. You must set up the "debug" preset with debug console 3. Restart before using 4. You might run into permission issues

External Web Audio hero image

External Web Audio

by arthur

FREE

Plugin to use external web JS audio libraries within Godot. It solves the Audio Stuttering problem some developers may have when exporting 3.2.x Godot builds in HTML5. https://github.com/godotengine/godot/issues/40891

Godot Git Plugin (3.5+) hero image

Godot Git Plugin (3.5+)

by chronicallyserious

FREE

This official plugin lets you interact with Git without leaving the Godot editor. More information can be found at https://github.com/godotengine/godot-git-plugin/wiki. Only compatible with Godot 3.5+.

Solo Visibility - Focus on selection hero image

Solo Visibility - Focus on selection

by sheepcommander

FREE

Use Shift+H to hide all nodes in the scene tree except the selected nodes. Ctrl+Z (or editor equivalent) will restore the previous state of all nodes.

easy-godot hero image

easy-godot

by johnnyb0y

FREE

Plugin for the godot engine, contains some easy to use widgets.

Character Step hero image

Character Step

by panthera

FREE

This static class helps CharacterBody3D objects ascend and descend ledges such as stairs or obstacles. PhysicsServer3D.body_test_motion() is used to project the character as if they were moving up the ledge to test for collision. Then either a clear position is returned or the CharacterBody3D’s original position, where the body was before the projection, is returned to indicate the ledge can not be ascended or descended. This is a demo level that also includes a bare bones third person contro...

Yandex games SDK 4.3+ (non official) hero image

Yandex games SDK 4.3+ (non official)

by basilyes

FREE

Yandex games SDK non official implementation for godot. I do it for my games, so it's not a complete SDK implementation yet. If you lack of some functions, you can do it your self and contribute or create issue on github. I will be appreciate you. For use install plugin and add "yandex" feature to your export RU Неофициальная реализация Yandex SDK для godot. Делаю для себя и своих игр, по этому тут реализованны не все методы и не всегда до конца (буду потихоньку доделывать). Если не хватает к...

Plugin Refresher hero image

Plugin Refresher

by mrpedrobraga

FREE

Toolbar to manage your plugins directly from the main view. Allows for quick iteration when authoring your own plugins.

Stopwatch hero image

Stopwatch

by gustavolr548

FREE

A utility stopwatch node for Godot 4.x

Yandex-Games hero image

Yandex-Games

by alexeype

FREE

Yandex-Games addon for html game. More information in the github repository. Documentation in the github repository. Give me stars on github! :)

Bonnie Dialogue Manager for hero image

Bonnie Dialogue Manager for

by paganseawitch

FREE

Importer and interpreter for Bonnie Dialogue Language. Completely written in GDScript. No external dependencies. Editable in Godot! Bonnie is a language for writing branching dialogues/dialogs and has lots of nice features. Check the docs for more info.

Debug Overlay hero image

Debug Overlay

by gammagames

FREE

A simple overlay inspired by Gonkee's guide; easily add variables to monitor that will be displayed in the game window.