Can I create a packaged game with a saved game

Hi, I created a game where players could save their customized chracters, but I want to include a default character that already stored in the shipping game. Is it possible to do that.

yes. create a shipping build, create a saveSlot and have a look where the .sav file is put. Then when you make your GameInstaller deploy your included .sav file on this folder and you should be able to loadFromSlot like any other saveGame

Did it work? @wztszszszsz

It works! thanks