I’m currently working on a new GDevelop extension: User Device Information
It’s a lightweight extension that collects basic information about the user’s device—things like the operating system, device type, language, browser, battery status, network info, and more.
Nothing complicated, just simple data you can store directly in scene variables and use however you want.
The idea is to give developers an easy way to detect the user’s environment and adjust gameplay or UI based on that.
Right now, the extension is still a test version and it’s not published yet.
I wanted to share the concept first and get your thoughts:
Do you think it’s useful?