README.md
May 15, 2026 · View on GitHub
Focus Objects
📑 Focus on objects using the keyboard and controller
Allows you to focus on an object using the keyboard or gamepad.
To report a bug, click here!
Why?
I created this extension because it's a pain to have to redo a button focus system in the user interface.
Getting Started💡
Install the extension in your project and go to each object you want to focus on.
Add the "Focus on object" behavior to each object.

If you have 4 buttons (A, B, C, and D), each will have an ID (0, 1, 2, 3) and will belong to group A.
If you have 3 other buttons (A2, B2, and C3), each will also have an ID (0, 1, 2), but these will belong to group B.
Note
If you need an idea of ​​how you can best use the extension, download the repo and open the project located in the "template" folder in the most recent versions of GDevelop.
License 📙

This extension is under the MIT License.