Loading game on packaged project

Hello All,

I am finally at the stage of packaging a project to ship. After my first attempt, my save game system works and I can find the saved games under my User folders.

But when I try to load back form a saved game, it doesn’t seem to work properly. It grabs some of the data but not all of the data.

Is there something special that needs ot be done when coding the loading functionality ?

FYI - the system works perfectly running inside the editor.

Thanks !

Hi there @WrathOfAl

Are you saving all of the needed data into the SaveGame object?