Page 1 of 1

Selector Element Overlaps Dialog

Posted: Thu Dec 29, 2022 3:56 pm
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 96 times

Re: Selector Element Overlaps Dialog

Posted: Thu Dec 29, 2022 5:07 pm
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.