Use your mobile phone as a controller for a Godot Game! This Godot addon allows you to build local multiplayer games where players can join with their phones rather than dedicated controllers.

Last Updategithub|ACB-prgm|Godot_GamePad|main
AuthorACB-prgm

Features

  • Let players use their mobile phone as game controllers
  • Configure a controller layout
  • Supported keys
    • D-Pad
    • Joystick
    • Action Buttons
    • Square Text Buttons

Installation

  • Copy addons/GodotGamePad into your project
  • In the Godot Editor, go to Project Settings > Plugins and enable the GodotGamePad plugin

Usage

The plugin creates an autoload called GamePad that serves as an API for receiving the controller inputs and connecting and managing gamepads.

There is also an ExampleLobby scene in the plugin directory that shows you how to set it up.

License

MIT

Extra

Nothing yet. If you want to recommend a tutorial resource for this, use the suggestions page.