Dialog Database not loading in second level

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
pjj5049
Posts: 3
Joined: Tue Mar 03, 2015 2:31 pm

Dialog Database not loading in second level

Post by pjj5049 »

Hello!

I'm currently having an issue with a multi-scene game in which I have a separate dialog database, and manager for each scene. When I change the level, using Application.LoadLevel, the dialog database is not loaded for the second scene giving the warning "Dialog System: Conversation '<Convo>' not found in the database." Both dialog managers do show up in inspector when I change to the second level. Am I doing something wrong with the loadlevel script? Any advice would be appreciated.

Thanks!
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Dialog Database not loading in second level

Post by Tony Li »

Hi,

If you have a separate Dialogue Manager and database in each scene, UNtick Don't Destroy On Load.
Post Reply