Search found 3 matches

by jm0072
Sat Dec 23, 2017 10:28 pm
Forum: Dialogue System for Unity
Topic: Changing Conversation Title resulting in Dialogue System: Conversation not found in database.
Replies: 6
Views: 1695

Re: Changing Conversation Title resulting in Dialogue System: Conversation not found in database.

Hi Tony,
You are correct. I am using Conversation Trigger and the Conversation was still pointing to the old conversation name. It is all working now!!
Thank you for your relentless support for this product.
Have a happy holiday!

jm
by jm0072
Sat Dec 23, 2017 1:33 am
Forum: Dialogue System for Unity
Topic: Changing Conversation Title resulting in Dialogue System: Conversation not found in database.
Replies: 6
Views: 1695

Re: Changing Conversation Title resulting in Dialogue System: Conversation not found in database.

Hi Tony, I changed the conversation title and the dropdown to match the conversation title (see image) http://i63.tinypic.com/2ujgx34.png c# code is: DialogueManager.StartConversation("LearnScene", OldMan.transform, OldMan.transform, 1); The conversation Trigger's dropdown you are referrin...
by jm0072
Fri Dec 22, 2017 7:35 am
Forum: Dialogue System for Unity
Topic: Changing Conversation Title resulting in Dialogue System: Conversation not found in database.
Replies: 6
Views: 1695

Changing Conversation Title resulting in Dialogue System: Conversation not found in database.

Hello everyone! A test database and test conversations that became active in a project. Now I would like to change the conversation name to reflect the scene. After changing the Conversation Title, the project complied with error Dialogue System: Conversation 'Test' not found in database. UnityEngin...