Search found 1 match
- Thu Nov 09, 2017 3:24 am
- Forum: Dialogue System for Unity
- Topic: How to get notified when a conversation ends?
- Replies: 1
- Views: 487
How to get notified when a conversation ends?
I just started using Dialogue System, when I want to start a conversation first I disable the input, then I start the conversation with DialogueManager.StartConversation(_conversationName); But it seems I have no known way to know when the conversation ends and enable the input, I tried checking out...