How do I change the conversant during a conversation?
I found this elsewhere on the forum:
Code: Select all
PixelCrushers.DialogueSystem.DialogueManager.ConversationModel.ConversantInfo.transform = someOtherTransform
So in this test, on one script, I have the code line above in Update(), and in another script, I have "DialogueManager.CurrentConversant" being printed in Update().
When I try to change the conversant with the line above, it doesn't work.
Could you let me know if there is a way to do this?
Best!
Remy