Removing UI Aspects

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Kerple
Posts: 9
Joined: Sat Aug 05, 2023 1:14 pm

Removing UI Aspects

Post by Kerple »

I have been struggling to find out how to remove the top UI when I hover over NPCs. Does anyone know what I have to delete or edit to get ride of this. I have my own interaction code and UI implemented. I don't mind using the code but I need to remove the visuals.
Attachments
Capture.PNG
Capture.PNG (653.29 KiB) Viewed 302 times
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Removing UI Aspects

Post by Tony Li »

Hi,

The whole selector subsystem is entirely optional. If you don't want to use it at all, remove the Selector / Proximity Selector component. It's typically on the player GameObject or camera.

If you only want to remove the UI, remove the Selector Use Standard UI Elements component (on the same GameObject as the Selector / Proximity Selector) and UNtick the Selector / Proximity Selector's Use Default GUI checkbox.
Kerple
Posts: 9
Joined: Sat Aug 05, 2023 1:14 pm

Re: Removing UI Aspects

Post by Kerple »

Thank you so much, for you're help I was able to make the edit. Much appreciated!
Kerple
Posts: 9
Joined: Sat Aug 05, 2023 1:14 pm

Re: Removing UI Aspects

Post by Kerple »

Thank you so much, for you're help I was able to make the edit. Much appreciated!
User avatar
Tony Li
Posts: 21678
Joined: Thu Jul 18, 2013 1:27 pm

Re: Removing UI Aspects

Post by Tony Li »

Glad to help!
Post Reply