Tools

Showing 648 of 1,123 results
Page54 of 94
Godot Procedural Recoil hero image

Godot Procedural Recoil

by vishu

FREE

This project is a Godot Engine addon that adds class ProceduralRecoil. This new class make easy procedural-recoil creation possible for 3D games. It is available under the terms of the MIT License. Usage: Attach ProceduralRecoil script to a preferred Node. For latest doc: https://github.com/vi4hu/godot-procedural-recoil

Script List Auto Sorter hero image

Script List Auto Sorter

by eclextic

FREE

A simple script that forces the script list on the left of the script editor to stay sorted no matter what. It has all the options that the manual sort mentions at "text_editor/script_list/sort_scripts_by" located in the Editor Settings at the bottom. Further sorting algorithms are much appreciated if you want to contribute on the GitHub.

MeshLODGenerator hero image

MeshLODGenerator

by officialpumpkingdev

FREE

LOD generator addon for Godot 4.x, suitable for mesh quality ingame settings.

Simple Dependency Injection hero image

Simple Dependency Injection

by comfygrapes

FREE

Easily add Dependency Injection into your project. When the plugin is enabled, it will automatically create the necessary nodes in your current scene (preferably your Main). Simply move both nodes to the top of your scene tree (if not already) then add your node dependencies to the array in the [DependencyRegistrar] node and the [DependencyProvider] node will do the rest! To allow dependency injection to happen in any script attached to a node in the scene tree, simply create either an _injec...

Value Track to Bezier Track Converter hero image

Value Track to Bezier Track Converter

by arnklit

FREE

An addon that allows you to convert value tracks to bezier tracks in animations.

RngUtils hero image

RngUtils

by shank

FREE

Random number generation utils for Godot 4 - Random integer range - Random float range - Random item(s) from an array - Random item(s) from an array with weighted

Better Vircle hero image

Better Vircle

by kcfresh53

FREE

This adds a Control Node that puts its children Nodes in a circle. You can change the radius of the circle and the size of all the elements. Make them spin!

godot-queue hero image

godot-queue

by anyreso

FREE

A minimal Queue class for the Godot Engine Direct link to a zip that contains the addon: https://codeberg.org/anyreso/godot-queue/archive/main:demo/addons.zip

JamCountdown hero image

JamCountdown

by andresgamboa

FREE

JamCountdown is a plugin for Godot 4 to keep track of the time left for a gamejam or other deadlines.

G-Kanban hero image

G-Kanban

by h4x0r000

FREE

A kanban (trello-like) task and project management tool that is saved to your Godot project. Original made by Leon Oscar Kidando: https://github.com/kidando/gkanban

PackRTC - P2P Multiplayer hero image

PackRTC - P2P Multiplayer

by maji

FREE

PackRTC is a P2P multiplayer solution for Godot games, powered by WebRTC. Developers can use PackRTC to provide room based multiplayer games. Documentation: https://packrtc.himaji.xyz

Godot Awesome Debug Print hero image

Godot Awesome Debug Print

by austindoss

FREE

Inspired by https://github.com/gruns/icecream Better debug information using ad.p(arg) rather than print(arg) Awesome Debug returns the input argument so it can be dropped into existing code without issue.