Display image

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Display image

Post by hrohibil »

Hey Tony

Any reason why my NPC image is not displayed during conversation?

User avatar
Tony Li
Posts: 21975
Joined: Thu Jul 18, 2013 1:27 pm

Re: Display image

Post by Tony Li »

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.
hrohibil
Posts: 368
Joined: Thu Nov 04, 2021 12:50 pm

Re: Display image

Post by hrohibil »

You were right.
For some reason my UI did not have the portrait image..

Thanks Tony
User avatar
Tony Li
Posts: 21975
Joined: Thu Jul 18, 2013 1:27 pm

Re: Display image

Post by Tony Li »

Glad to help!
Post Reply