Selector Element Overlaps Dialog

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
holz
Posts: 1
Joined: Thu Dec 29, 2022 3:41 pm

Selector Element Overlaps Dialog

Post by holz »

Hello,

I am new to the Dialog System but have a basic setup going. I am seeing the selector/use text showing up over the top of my active dialog. Is there a way to disable or hide this selector text?
I have attempted to attach an image but not sure if it works.
overlap.png
overlap.png (59.6 KiB) Viewed 97 times
User avatar
Tony Li
Posts: 21962
Joined: Thu Jul 18, 2013 1:27 pm

Re: Selector Element Overlaps Dialog

Post by Tony Li »

Hi,

Add a Dialogue System Events component to your player GameObject (which should be the conversation actor), and configure the OnConversationStart() event to disable the Selector and OnConversationEnd() to re-enable it.

For a video explanation, please see 07:00 of the Interaction Tutorial.

To make sure the player GameObject is the conversation actor, assign it to the Dialogue System Trigger's Conversation Actor field, or add a Dialogue Actor component as described in Character GameObject Assignments.
Post Reply