save and load quest status
Posted: Wed Oct 05, 2022 10:24 am
Hi,
I need a little hint
I use dialogue system for unity and the integrated quest system. My problem is loading the dialogue and quest status....
save works so far (with the Easy Save integration):
save = PersistentDataManager.GetSaveData();
The save file also creates it correctly with the correct parameters but the loading doesn't want to work yet.
I have a button that runs the script to load:
PersistentDataManager.ApplySaveData(save);
But when I load it like this I get a result: null
what am i missing? or what am i doing wrong?
thank you!
I need a little hint
I use dialogue system for unity and the integrated quest system. My problem is loading the dialogue and quest status....
save works so far (with the Easy Save integration):
save = PersistentDataManager.GetSaveData();
The save file also creates it correctly with the correct parameters but the loading doesn't want to work yet.
I have a button that runs the script to load:
PersistentDataManager.ApplySaveData(save);
But when I load it like this I get a result: null
what am i missing? or what am i doing wrong?
thank you!