Page 1 of 1

Dialogue only showing in first scene

Posted: Thu Mar 05, 2015 2:18 am
by danieleinseth
Hi



I am having a problem where the dialogue system I have made only shows up in the first scene where there is dialogue.



I am making a 2D point-adn-click inspired storybook, where every other scene has a character that speaks. Loading the scenes individually works fine, but when I run through it, either in I unity or in a project bake, the dialogue only shows up in the first scene with dialogue.



I am thinking this has something to do with my dialogue manager not being loaded correctly after the first scene it is in.







Thanks for the help.

Dialogue only showing in first scene

Posted: Thu Mar 05, 2015 3:22 am
by Tony Li
Hi Daniel,



If you want to use the same dialogue UI in different scenes, make it a child of the Dialogue Manager GameObject. This way it will stick around through scene changes. (Make sure "Dont Destroy On Load" is ticked on the Dialogue Manager.)

Dialogue only showing in first scene

Posted: Thu Mar 05, 2015 5:47 am
by danieleinseth
Thanks, that worked like a charm