All Gadgets

Showing 972 of 2,195 results
Page81 of 183
VTileMap 2D hero image

VTileMap 2D

by webcatz

FREE

Adds a new VTileMap node. Lets you define the tilemap's x & y axes using vectors. Renders tiles along those axes.

CSV-Typed-Data-Importer hero image

CSV-Typed-Data-Importer

by citizenl

FREE

Use CSV files as configuration files in Godot with type definitions.

Versatile Mobile Joystick hero image

Versatile Mobile Joystick

by wcdev

FREE

A highly customizable and ready-to-use joystick for mobile games in Godot. Features dynamic/fixed positioning, adjustable dead zones, and adjustable input handling. Perfect for adding responsive touch controls to your game with minimal setup.

QframeworkGodot 2D hero image

QframeworkGodot 2D

by gwtt

FREE

This project is based on a https://github.com/liangxiegame/QFramework implementation of a Godot plugin, using a pure GDStscript implementation. It is still being improved

godot-4-mobile-plugin hero image

godot-4-mobile-plugin

by sabinayo

FREE

A plugin used to display a help bar and tooltip on mobile devices. How to use: Help bar: Select a LineEdit or SpinBox node and enable HelpBar in the inspector. Then, edit settings as you want. Tooltip: Select any Control node in the scene dock and look at the Tooltip property in the inspector. Then above Tooltip Text check Display on Mobile.

Godot Projectile Engine 2D hero image

Godot Projectile Engine 2D

by azyrgames

FREE

Streamlined feature-packed Projectile Engine for Godot 4

SW Editor hero image

SW Editor

by amagno

FREE

Edit player data from SilentWolf directly inside the Godot editor.

Prototype Mini Bundle hero image

Prototype Mini Bundle

by bananabread

FREE

Selection of Kenney prototype textures, convenient materials and basic debug shapes to scatter around your scenes quickly. Not all Kenney textures are included to avoid clutter - just one from each color. Saves you some decision making! Also features an exclusive BLUE kenney texture :)

Form hero image

Form

by moritztw

FREE

Godot 4 User Input Form Addon Note that this is still in beta, which means it's not guaranteed to be fully functional and doesn't have all the planned features yet. Stay tuned for updates!

Punching Bag Demo hero image

Punching Bag Demo

by codingworm

FREE

This is the first demo of my game. Enjoy! Controls: Move Left and Right with the arrow keys Jump with space Attack with Up and Down Key

M Terrain plugin 3D hero image

M Terrain plugin 3D

by mohsenph69

FREE

This will allow you to create massive terrain, for open world games. This plugin is written in c++ in GDExtension Terrain is divided into different region and the height map texture for region far away from terrain has lower resolution so take less space in VRAM This also support grass system which you can use that for grass, or rock, Also grass system support collision which let you to create massive forest of tree with collision really fast (Grass is also Paintable) You can also bake naviga...

Cutscener hero image

Cutscener

by hakace

FREE

视觉化的,节点形式的事件树编辑器. 通过节点的形式制作包括:执行方法/设置变量/判断变量,三种节点的事件树.可视化的方式控制事件的运行顺序与分支. 可以在游戏Debug期间修改并在保存后实时生效,非常适合制作游戏过场,或者对话系统.支持合并节点运行. A visuallize event tree editor. Easily create a branching event tree in a visuallize way, base on 3 type nodes: SignalNode(run method) SetNode(set variable) ConditionNode(condition branching) No need to restart debuging while editing event tree, seeing result in realtime.Very suitable to create a cutscene or dialogue system. Support node combination.