Issue with NPC portraits disappearing when continuing a conversation

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
balsamina
Posts: 8
Joined: Sun Oct 01, 2023 10:03 am

Issue with NPC portraits disappearing when continuing a conversation

Post by balsamina »

Hello, I recently purchased Pixel crusher's dialogue system and am still experiencing several problems due to my inexperience. One thing I'm experiencing now is that the NPC's portrait is hidden when I'm having a conversation like the video in the attached link. What can I do to fix this?
https://youtu.be/0o7Q0118wWU?si=_fPW9OkFF3x_H-K
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: Issue with NPC portraits disappearing when continuing a conversation

Post by Tony Li »

Hi,

Inspect your conversation in the Dialogue Editor. Make sure the correct actor and conversant are assigned. They are circled in magenta below.

actorAssignment.png
actorAssignment.png (79.54 KiB) Viewed 135 times

Also make sure your dialogue entry nodes are assigned to the correct actors. The node with the red arrow is assigned to a different NPC. If this NPC doesn't have a portrait image, the NPC panel will hide the portrait image.

Finally, check the GameObjects that are assigned to the Dialogue System Trigger's Conversation Actor and Conversation Conversant fields. More info: Character GameObject Assignments
balsamina
Posts: 8
Joined: Sun Oct 01, 2023 10:03 am

Re: Issue with NPC portraits disappearing when continuing a conversation

Post by balsamina »

Ah, I solved the problem by assigning a dialogue actor component to the subtitle panel. Thank you so much for your reply! :D
User avatar
Tony Li
Posts: 21679
Joined: Thu Jul 18, 2013 1:27 pm

Re: Issue with NPC portraits disappearing when continuing a conversation

Post by Tony Li »

Glad to help!
Post Reply