Transferring Data

I want to get an upgraded SSD for my laptop, how would I transfer the data of my game from one SSD to the other.

You mean your project files or the save data of the game?

Defold projects are self contained and simply copying everything from the root folder (ie where game.project is located) of your project is enough.

For save data check the documentation of sys.get_save_file() to learn where save data is stored:

1 Like

So like copy this folder to the new SSD? It has all my scripts and assets and stuff.
Screenshot 2025-05-26 075814

Yes

1 Like