Hello, I think this is an easy fix, or just my understanding of Savegame data is just wrong.
I'm testing the Save Game functionality at various points in my game and I just want to make sure that by the end of development the Save file is completely empty on the project. Just to make sure that the game doesn't begin with a save file already halfway through the game.
Where is the Savegame data stored? Is it in the project file directory? Or is this something that's a local type thing and I don't even have to worry about at all?