Does GDevelop have something like this?

A file chooser for the player to choose a directory not files just a directory for instance I need to create in my game a folder structure like
Directory Tree Leve:
0 - Assets
1 → Sprites
2 → Tile sets
1 - SFX
2 → Music
2 → Sounds
What I’m trying to do is something like this app but in GDevelop so the users can run the project and create a folder structure for their projects. like I explain in this video. Create a good game folder structure for GDevelop 5 - YouTube

File%20choos0er%20GDevelop_edit_0

1 Like

Technically it is possible, but it is not possible at the moment because it requires someone to create the events for it.
You would have to use the GDevelop API and the electron API included in the exported desktop games.
All of this can be done in an extension, with a lot of javascript, and a good understanding of the game engine.

1 Like

I share with you an old project, but I don’t have more time to help you with it.
The project is not clean, it was a test. A lot of stuff is unused, nothing is polished.
But you can select a folder and a list of the file is displayed on the screen after clicking on the update button.
https://easyupload.io/li8nhv

1 Like

Awesome thank you very much @Bouh.