Hello!
Ive been trying to figure out why the continue button is disabled upon loading a save when using the VN framework
for example if i go to this scene
then load from it, the continue button is absent. Is there a setting ive missed somewhere or have i misunderstood something
Continue button disabled upon loading in VN framework
Re: Continue button disabled upon loading in VN framework
Hi,
What versions of Unity and the Dialogue System are you using?
Are there any errors or warnings in the Console window? It's normal to see this warning after loading a game using the VN starter framework: "Dialogue System: Another conversation is already active". This is because the gameplay scene has a failsafe that tries to run the conversation again in case it isn't running for some reason, but when you've loaded a saved game a conversation it automatically resumes the conversation.
Have you modified any settings in the example?
What versions of Unity and the Dialogue System are you using?
Are there any errors or warnings in the Console window? It's normal to see this warning after loading a game using the VN starter framework: "Dialogue System: Another conversation is already active". This is because the gameplay scene has a failsafe that tries to run the conversation again in case it isn't running for some reason, but when you've loaded a saved game a conversation it automatically resumes the conversation.
Have you modified any settings in the example?
Re: Continue button disabled upon loading in VN framework
Thanks for replying!
Im currently using the 2021.3.30f1 version of unity with the 2.2.47 version of Dialogue system
I do get that error you mentioned: As for changes, the only thing ive done so far is set up the build order for the three scenes (Start, Gameplay and Credits) and change the initial Database to Example dialogue.
Im currently using the 2021.3.30f1 version of unity with the 2.2.47 version of Dialogue system
I do get that error you mentioned: As for changes, the only thing ive done so far is set up the build order for the three scenes (Start, Gameplay and Credits) and change the initial Database to Example dialogue.
Re: Continue button disabled upon loading in VN framework
Hi,
Thanks for the info! That's a bug. Here's a fix:
DS_ConversationStateSaverPatch_2024-07-28.unitypackage
Thanks for the info! That's a bug. Here's a fix:
DS_ConversationStateSaverPatch_2024-07-28.unitypackage
Re: Continue button disabled upon loading in VN framework
Thank you very much!
Youre a life saver
Youre a life saver