Page 1 of 1

Removing UI Aspects

Posted: Mon Aug 28, 2023 2:29 pm
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.

Re: Removing UI Aspects

Posted: Mon Aug 28, 2023 3:23 pm
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.

Re: Removing UI Aspects

Posted: Mon Aug 28, 2023 4:45 pm
by Kerple
Thank you so much, for you're help I was able to make the edit. Much appreciated!

Re: Removing UI Aspects

Posted: Mon Aug 28, 2023 4:45 pm
by Kerple
Thank you so much, for you're help I was able to make the edit. Much appreciated!

Re: Removing UI Aspects

Posted: Mon Aug 28, 2023 4:55 pm
by Tony Li
Glad to help!