-
Hello, I'm attempting to use the Dialogic save/load function but I am having trouble doing so. Here is how I am saving the game.
The dialogicSavePath is determined by the following match statement:
And finally, the game is loaded on the load game menu when the file button is pressed (here is the example for if file button 1 is pressed. The process is identical for buttons 1-4):
The save file loads perfectly while in the load game menu, but once I change scenes, the data is not loaded in. I fear I will have to call the load() function in every new room, but that seems like a crude and unnecessary solution. If I am missing something, that would be greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Edit: this issue has been resolved. The issue was essentially that I was calling the load function in my scene transitioner which was why the default values were loading. |
Beta Was this translation helpful? Give feedback.
Edit: this issue has been resolved. The issue was essentially that I was calling the load function in my scene transitioner which was why the default values were loading.