Proximity Selector - Don't Want Popup Message

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
rloft123
Posts: 22
Joined: Wed May 25, 2022 8:11 pm

Proximity Selector - Don't Want Popup Message

Post by rloft123 »

Hello, so I like the Proximity Selector to select objects in a specific range (my game is 2D), but I don't like the pop up message that appears with the object name. I just want the functionality, not the UI text pop up. I indicate to the player through a script that highlights the object when they can interact with it. Any idea how I can get rid of the text pop up entirely and still use the Proximity Selector? Thanks.
User avatar
Tony Li
Posts: 21977
Joined: Thu Jul 18, 2013 1:27 pm

Re: Proximity Selector - Don't Want Popup Message

Post by Tony Li »

Hi,
  • Remove the Selector Use Standard UI Elements component from the Proximity Selector's GameObject if present.
  • UNtick the Proximity Selector's Use Default GUI checkbox.
You can also remove the Basic Standard UI Selector Elements prefab from the Dialogue Manager's Instantiate Prefabs component's list.
Post Reply