Migrating to Web Application
To migrate to the web application, you only need to backup your game data in your current editor and restore it in the web application.
In short: project settings include a backup and restore feature. You make a backup in one place, and you can restore it in another. This is how you can transfer game data to another project.
Backup Data Step by Step
Open your game data in the editor (Standalone, Unity …)
In the bottom left corner, click on the gear icon “Settings”
In the left menu, select “Backup”
On the backup management page, click the “Backup” button
Choose “File” as the destination to save the backup and click “Next”
On the “Format” step, select “JSON” and click “Backup”
On the “Summary” step, click the link with a file name like
backup_2023_11_10_11_27.json
and save it to your computer.
Restoring Backup in the Web Application
On the Home screen, click on “Create Project”
Specify the project name, tags, and script language
Click the “Create” button
In the left menu, select “Backup”
On the backup management page, click the “Restore” button
Choose “File” as the source of the restore and click “Next”
Select the input file, the one you have after the backup, such as
backup_2023_11_10_11_27.json
, and click “Restore”Done
Any data that was in this project at the time before the restore will be lost.