Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser

Quick Information

Plugin to Godot inspector panel that provides virtual joystick-like controls for Vector2 properties in your scripts. Comes with basic and radial coordinate grids. Hold `SHIFT` while using joystick to magnet output value to coordinate grid axises or points where they cross.Use `@export_custom` with `PROPERTY_HINT_TYPE_STRING` on your Vector2 property to enable joystick. Highly configurable, visit git or check built-in demo for more information.
Plugin to Godot inspector panel that provides virtual joystick-like controls for Vector2 properties in your scripts. Comes with basic and radial coordinate grids.
Hold `SHIFT` while using joystick to magnet output value to coordinate grid axises or points where they cross.
Use `@export_custom` with `PROPERTY_HINT_TYPE_STRING` on your Vector2 property to enable joystick. Highly configurable, visit git or check built-in demo for more information.
Reviews
Quick Information

Plugin to Godot inspector panel that provides virtual joystick-like controls for Vector2 properties in your scripts. Comes with basic and radial coordinate grids. Hold `SHIFT` while using joystick to magnet output value to coordinate grid axises or points where they cross.Use `@export_custom` with `PROPERTY_HINT_TYPE_STRING` on your Vector2 property to enable joystick. Highly configurable, visit git or check built-in demo for more information.