Continue button disabled upon loading in VN framework

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Boydy111
Posts: 13
Joined: Sun Jul 28, 2024 12:20 am

Continue button disabled upon loading in VN framework

Post by Boydy111 »

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
Capture1.PNG
Capture1.PNG (219.26 KiB) Viewed 560 times
then load from it, the continue button is absent. Is there a setting ive missed somewhere or have i misunderstood something :)
Capture2.PNG
Capture2.PNG (218.08 KiB) Viewed 560 times
User avatar
Tony Li
Posts: 22107
Joined: Thu Jul 18, 2013 1:27 pm

Re: Continue button disabled upon loading in VN framework

Post by Tony Li »

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?
Boydy111
Posts: 13
Joined: Sun Jul 28, 2024 12:20 am

Re: Continue button disabled upon loading in VN framework

Post by Boydy111 »

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:
Capture.PNG
Capture.PNG (42.29 KiB) Viewed 494 times
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.
User avatar
Tony Li
Posts: 22107
Joined: Thu Jul 18, 2013 1:27 pm

Re: Continue button disabled upon loading in VN framework

Post by Tony Li »

Hi,

Thanks for the info! That's a bug. Here's a fix:

DS_ConversationStateSaverPatch_2024-07-28.unitypackage
Boydy111
Posts: 13
Joined: Sun Jul 28, 2024 12:20 am

Re: Continue button disabled upon loading in VN framework

Post by Boydy111 »

Thank you very much!

Youre a life saver :D
User avatar
Tony Li
Posts: 22107
Joined: Thu Jul 18, 2013 1:27 pm

Re: Continue button disabled upon loading in VN framework

Post by Tony Li »

Glad to help!
Post Reply