Bubble dialogue not appearing

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
joaototti
Posts: 3
Joined: Wed Jan 04, 2023 5:00 pm

Bubble dialogue not appearing

Post by joaototti »

Hi, hopefuly someone can help me out. I followed this steps to set the dialogue bubbles, but they only appear when an NPC talks, and when the player does, it's the default UI instead of the bubble. I did the same to the NPC as to the player: has a dialogue actor component, and the actor is set to 'player' but still getting the default. Any idea what could be happening?
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

Re: Bubble dialogue not appearing

Post by Tony Li »

Hi,

Make sure the player GameObject (with the Dialogue Actor component) is being used as the conversation actor.
More info: Character GameObject Assignments
joaototti
Posts: 3
Joined: Wed Jan 04, 2023 5:00 pm

Re: Bubble dialogue not appearing

Post by joaototti »

Thank you for your reply, I checked the link you provided and checked also my project and it seems to me it's all in place, but I'm still getting the default UI only for the player
Attachments
imagen_2023-01-04_182118237.png
imagen_2023-01-04_182118237.png (25.51 KiB) Viewed 239 times
imagen_2023-01-04_182056982.png
imagen_2023-01-04_182056982.png (29.36 KiB) Viewed 239 times
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

Re: Bubble dialogue not appearing

Post by Tony Li »

Hi,

Is the player also the conversation's primary actor? In the Dialogue Editor, select Menu > Conversation Properties. Make sure the Actor dropdown is set to Player. If you end up needing to change the dropdown, check the dialogue entry nodes to make sure they're still assigned to the right actors.

Then make sure the Dialogue System Trigger matches. Leave the Conversation Actor field blank to use the player GameObject (identified by the Dialogue Actor set to Player), or assign the player GameObject directly if you prefer.

Also see: How To: Bypass Response Menu When Player Has One Choice. It may be that you're seeing the response menu panel, not the player subtitle.
joaototti
Posts: 3
Joined: Wed Jan 04, 2023 5:00 pm

Re: Bubble dialogue not appearing

Post by joaototti »

Thank you! That was it. I was seeing the response menu panel, instead of the subtitle.
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

Re: Bubble dialogue not appearing

Post by Tony Li »

Glad to help!
Post Reply