Scene Event doesn't trigger on Load
Posted: Mon Jun 13, 2022 9:43 am
Hello,
So when I use your method for loading level, after load stuff like position, quest state etc. are correct but quest state does not trigger SceneEvent of current loaded node that should be triggered when node is active.
Below is my save system and quest machine singletons setup.
Am I missing something?
Best regards, and Thank you in advance.
So when I use your method
Code: Select all
SaveSystem.LoadFromSlot(0);
Below is my save system and quest machine singletons setup.
Am I missing something?
Best regards, and Thank you in advance.