Godot Advanced Input System (GAIS)
Welcome to the official documentation for GAIS — a decoupled input management architecture built for Godot 4.
Quick Installation GitHub Repository
Preview
Click the preview to expand full screen.
Quick Setup
Via Godot Asset Library
Open the AssetLib tab in Godot, search for Godot Advanced Input System, and click Download & Install.
Manual
Place addons/GodotAdvancedInputSystem into your project’s res://addons/ directory, then enable it under Project -> Project Settings -> Plugins.
Let’s dive in!
Use the sidebar navigation or jump directly to a topic:
- Getting Started — An Introduction to what the addon offers.
- How to use — A setup guide explaining how to use the addon after installation.
- Architecture Details — A deep dive into how this addon processes inputs.