Hey Tony
Any reason why my NPC image is not displayed during conversation?
Display image
Re: Display image
Does your dialogue UI's NPC Subtitle Panel have a Portrait Image? Some dialogue UIs don't use Portrait Images.
Is the conversation using your Wizzard actor? Set the Dialogue Manager's Other Settings > Debug Level to Info. When you play a conversation, make sure the conversant is the Wizzard:
Dialogue System: Starting conversation 'title' with actor=Player and conversant=Wizzard
and make sure the NPC is speaking the line:
Dialogue System: Wizzard says 'some dialogue'
If not, check which GameObject is assigned to the Dialogue System Trigger's Conversation Conversant. It should be the Wizzard. Also check the conversation in the Dialogue Editor. The conversation's Conversant should be Wizzard.
Is the conversation using your Wizzard actor? Set the Dialogue Manager's Other Settings > Debug Level to Info. When you play a conversation, make sure the conversant is the Wizzard:
Dialogue System: Starting conversation 'title' with actor=Player and conversant=Wizzard
and make sure the NPC is speaking the line:
Dialogue System: Wizzard says 'some dialogue'
If not, check which GameObject is assigned to the Dialogue System Trigger's Conversation Conversant. It should be the Wizzard. Also check the conversation in the Dialogue Editor. The conversation's Conversant should be Wizzard.
Re: Display image
You were right.
For some reason my UI did not have the portrait image..
Thanks Tony
For some reason my UI did not have the portrait image..
Thanks Tony