All Gadgets
Coyote Jump
by marianokpo
Coyote Jump es un complemento para el motor Godot 4.x que añade dos características esenciales para cualquier juego de plataformas 2D con controles responsivos: Coyote Time: permite al jugador saltar poco después de haber dejado una plataforma. Jump Buffer: guarda una orden de salto presionada justo antes de aterrizar, evitando que se pierdan saltos. Estas funciones ayudan a que los controles se sientan más suaves, tolerantes y profesionales. Instalación: Descarga o clona el complemento dentr...
Dodge the Creeps Demo
by godotengine
This is a simple game where your character must move and avoid the enemies for as long as possible. This is a finished version of the game featured in the "Your first 2D game" tutorial in the documentation. For more details, consider following the tutorial in the documentation: https://docs.godotengine.org/en/latest/getting_started/first_2d_game/index.html Language: GDScript Renderer: Compatibility
Fantasy 3D models Free
by ithappy
Free 3D models pack for easy level creation in fanasy setting. Package Content: - 41 fbx files with 3d models and an import setiing file for each of them - 1 png texture and import setting file for it - 1 material for all of models - 41 ready made prefab of environment and props - 1 demos showcase scene with all of assets If you have any issue with our assets, please contact us through e-mail or repository issues section.
Workday Timer
by rbunderwood
Adds a timer to the editor that counts down. Perfect for when you're trying to spend a set amount of time working on a project.
Godot Safe Resource Loader
by derkork
Godot Safe Resource Loader is a small library that allows you to safely load .tres resource files from unknown sources without risking your player's security. It does this by scanning the resource file for embedded GDScripts and links to resources at unsafe locations outside of "res://" before loading it. The main use case for this is to allow your users to share savegames and load them without risking that they contain malicious code.
Godot Debug Utility
by oliveoil
This is a simple add-on for Godot 3.2 which adds an easily customizable debug overlay menu to your games. This can be used show information about your game's performance etc.

Calendar Button
by tybobobo
This will add a CalendarButton node that allows you to easily select a date without having to do all the work of creating your own Calendar and Date classes. Very easy to use.
Terrestrial Characters
by manglemix
A well documented, and easy to use package for developing FPS, TPS, platformers etc. Package includes Character, PivotPoint (for heads and cameras), KinematicArm (SpringArm alternative which doesn't use raycasting; For a GTA like camera) Fully written in GDscript version 3.2.2
cpolygon (Knife, Cut, Merge)
by paralax034
Smart polygon for Godot Engine. Features: - Cut - Knife - Merge
Movie Maker Timestamp
by timkrief
This is a simple plugin to automatically add timestamps to your movie maker recordings. That way, you don't rewrite old recordings by accident and you don't have to change the movie file path manually each time you need to record to a new file.
GUI in 3D Viewport Demo
by godotengine
A demo showing a GUI instanced within a 3D scene using viewports, as well as forwarding mouse and keyboard input to the GUI. Language: GDScript Renderer: Compatibility
ShaderConverter
by vpgames
Convert Shaders 3.x to GDShaders 4.x