Tools

Showing 192 of 1,126 results
Page16 of 94
Composition hero image

Composition

by nordsoft

FREE

A component-based architecture for Godot. Allows to extend the functionality of a node. Compatible with Godot 4.1 - 4.4+ Features - Create components that extend the functionality of a node. - Easy creation and management of components from the editor. - Work with components as with regular nodes. - Components can be created as scenes or scripts. - Supported nested scenes - Fully documented. Composition is a different approach to inheritance. It allows to extend the functionality of a node wi...

Git User Data hero image

Git User Data

by acbgamez

FREE

A plugin that maintains a copy of your project's user data folder in your project folder so that it may be versioned with git. This plugin uses the GitHub API to ensure that the most recent version of the user data folder is kept up to date. The folder that will be copied lies within the user data folder at the local path 'user://GitProjectData/ProjectData'. Save to that folder and use Godot and Git as usual. You will need a GitHub personal access token to utilize this plugin. This is easy to...

Select By Type hero image

Select By Type

by nhodgesvfx

FREE

A Godot plugin which lets you select all nodes in your edited scene tree by class

RichTextLabel2 hero image

RichTextLabel2

by chairfull

FREE

Two feature packed nodes: - `RicherTextLabel`: Reduce effort needed to display state data and stylize it. - `RichTextAnimation`: For dialogue and cinematics, animates text in and out. Updated to 1.14. Too many features to list. Check the README.

Intervals - animation plugin hero image

Intervals - animation plugin

by dogonmoon

FREE

Developer-friendly Tweens packaged with a simple, powerful, expandable cutscene editor.

GLTF to MeshLibrary hero image

GLTF to MeshLibrary

by zincles

FREE

This plugin allows you to import gltf/glb models as MeshLibrary, which saves a lot of time compared to manual importing. read for README.md for more details.

Project Time hero image

Project Time

by gregbug

FREE

Project Time is a plugin developed for Godot 4.4 or later. Its purpose is to accurately measure your development and work time while reminding you to take breaks after long work sessions.

GodotSfxr (for Godot ) 3.x hero image

GodotSfxr (for Godot ) 3.x

by tomeyro

FREE

Add the SfxrStreamPlayer node to generate sound effects inside the editor. Perfect for prototyping and game jams!

Scene root reference maker hero image

Scene root reference maker

by nectot

FREE

This small plugin aims to create component references in the scene's root script easier. Every node with a unique name is considered as a component. When you open a root node, a list of components appear in the inspector. You can then decide if you want to have a reference for it, and whether the reference should be private or public. Generated references are located in a code region that you can safely move to a line you want it to be.

Godot Beautifier hero image

Godot Beautifier

by cdpude

FREE

This tool allows you to easily change the editor theme.

Custom "Play Scene" button hero image

Custom "Play Scene" button

by fabianlc

FREE

Hides the "Play Scene" button and adds a custom button, useful for games with custom scene switching, I personally use this to make sure playing a scene from the editor is the same as loading it normally in the game. The plugin sets a project setting to the scene that has to be played and then runs the game normally from the main scene, you have to load the scene manually in your code using this project setting. The project setting used to store the scene path is "application/run/custom_first...

Editor Icons Previewer hero image

Editor Icons Previewer

by xrayez

FREE

This plugin adds ability to preview all available icons in Godot Editor. Can be used to facilitate the process of developing Godot editor plugins without the need to import custom icons or any other design purpose. To display icons, go to `Project > Tools > Show Editor Icons` or use `Alt+I` shortcut.