All Gadgets

Showing 252 of 2,194 results
Page21 of 183
Project Time Tracker hero image

Project Time Tracker

by fifut

FREE

A small editor widget which provides basic functions for tracking your time with the Godot editor. Track which main screen view you are using the most. Fork of Godot Time Traker by YuriSizov

easy tween (test) hero image

easy tween (test)

by display

FREE

Easy tween (kind of useless)

Quiver Player Accounts hero image

Quiver Player Accounts

by amitq

FREE

Quiver Player Accounts allows you to create user accounts for your players. This is an early version of the service, so we only support guest accounts at this time (no username/passwords, etc.), but we'll be adding more functionality in the future. This plugin is used mostly to support Quiver Leaderboards (https://quiver.dev/leaderboards). Documentation: https://github.com/quiver-dev/quiver-player-accounts-godot-plugin#quiver-player-accounts

Aseprite Animation Importer hero image

Aseprite Animation Importer

by atkintc

FREE

This tool allows you to quickly import animations from an Aseprite JSON file and spritesheet. Updated for Godot 4 Beta 5.

ExternalEditorSettings hero image

ExternalEditorSettings

by yucelf

FREE

This small plugin allows toggling external editor easily (e.g., use builtin script editor for debugging, but use your usual text editor while coding).

AreaOfSight2D hero image

AreaOfSight2D

by arzzzen

FREE

This tool adds the node for procedurally generated area of sight for 2D games. Usually used for enemies in stealth games. The asset adds two nodes: - AreaOfSight2D for AOS - AreaOfSightAgent2D for trackable objects Check the custon scene to understand how to configure these two nodes.

Polyliner 3D hero image

Polyliner 3D

by firepal3d

FREE

**Warning, this software is not complete, some functionality may be glitchy or change in the future** Polyliner allows you to create 3D lines. - LinePath3D lets you create a line using the Path node's Curve3D tools. - Trail3D continuously generates a line that follows its own node every frame.

Pause Demo hero image

Pause Demo

by godotengine

FREE

A demo showing how a game made in Godot can be paused. Language: GDScript Renderer: Compatibility

Godot MSI Afterburner Monitor hero image

Godot MSI Afterburner Monitor

by drewnyr

FREE

Small GDExtension plugin that allows to retrieve data from MSI Afterburner, supports graphs minimum and maximum limits. Windows 32 and 64 bit only.

Simple Asset Studio 2D hero image

Simple Asset Studio 2D

by nickmiste

FREE

A simple tool to create assets without leaving Godot

CADLikeOrbit_Camera hero image

CADLikeOrbit_Camera

by twew

FREE

A Camera wich behaves like most Cameras in CAD-Softwares. It uses the mouse and lets you Orbit, Zoom and Pan around. Usage: 1. Activate Plugin 2. Add CADLike-Orbit Camera via new Node (Control+A) to the Scene 3. Define InputMap-Actions (Project->Poject Settings->InputMap) example InputMap-Actions: Name: "Zooming", Event: Righ Button Name "Panning", Event: Middle Button Name: "Rotating", Event Left Button --------------------------------------------------------------------- To determine the Fo...

Navigation2DServer Demo hero image

Navigation2DServer Demo

by growingbrains

FREE

Navigation2DServer Demo for Godot Engine 3.5. Basic 2D navigation server in Godot Engine 3.5 using Navigation2DServer, NavigationAgent2D, NavigationObstacle2D. Mouse interactive to add Navigation Agents and move Navigation Obstacles. Left Mouse click to change navigation agent(s) target position, dragging is allowed. i.e. hold down the left mouse button and move the agent target. Left Mouse click to move obstacles, click and drag to observe navigation agents avoid moving navigation obstacles....