delete game in slot + quit

delete game in slot is only working when I delete it and then quit game, on the contrary, if I don’t quit game it is not deleting the saved game, does anyone know why?

1 Like

It sounds like you’re still holding a copy of the save game in your code.

So, at some point you say

image

then later also say

image

1 Like

In my game instance, there was a function that created and stored (image below). I delete the slot in a level that only has the main menu. In my test, after deleting the slot, the prints showed the variables reset after the deletion, but after entering the game level “galaxy,” it reverted to the save that had been deleted. Now that I’ve set the “level” variable in the game instance to empty, the problem is resolved. Thank you very much for your hel

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.