You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🗄 Add support for saving a project as multiple files, ideal for team work and using version control systems (like git, mercurial, svn, etc...)
In the game properties, choose "Multiples files" and save the project.
Layouts, external events, external layouts and functions will be saved into different json files.
Make sure to make a backup of your game!.
Be sure not to erase any of the multiple files, or GDevelop will be unable to open again your project.
⚙️New option: Extract Events to a Function, to automatically create a function from selected event(s).
Select an event, right click and choose Extract Events to a Function in the menu. Parameters will be automatically filled with objects, behaviors and groups.