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.
Selector Element Overlaps Dialog
Re: Selector Element Overlaps Dialog
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.
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.