[Solved] Which Conversation is Active?
Posted: Tue Dec 11, 2018 1:28 pm
Hi,
Is there a way to know which conversation is currently playing?
Thanks!
Is there a way to know which conversation is currently playing?
Thanks!
Support and discussion forum for Pixel Crushers products
https://www.pixelcrushers.com:443/phpbb/
https://www.pixelcrushers.com:443/phpbb/viewtopic.php?t=1876
Code: Select all
if (DialogueManager.isConversationActive) {
Debug.Log("Active conversation is " + DialogueManager.lastConversationStarted);
}