Page 1 of 1

Removing name from the proximity selector label

Posted: Sat Aug 18, 2018 3:12 am
by mmopulencia
Hi!

Simple question , would just like to know how can i remove the name of the npc on the proximity selector ,.

it shows as

Mike
Press x to interact

id like it to just look like
Press x to interact.


Many thanks!

Re: Removing name from the proximity selector label

Posted: Sat Aug 18, 2018 8:41 am
by Tony Li
Hi!

Remove the Name Text from the selector UI panel.

Here are steps that will do this in DemoScene1:

1. Inspect the Dialogue Manager's Instantiate Prefabs component. Right-click on Prefabs > Element 0 (Basic Standard UI Selector Elements) and select Delete Array Element. Do this twice. The first time will clear the element, the second time will actually delete it.

2. Add an instance of the Basic Standard UI Selector Elements prefab to the Dialogue Manager's Canvas.

3. Expand its Main Selector Panel > Selection Text Panel, and delete Name Text.

This assumes your player has a Selector Use Standard UI Elements component like in DemoScene1.

Re: Removing name from the proximity selector label

Posted: Thu Aug 23, 2018 6:17 am
by mmopulencia
Heya Tony,

Thank you for your reply, follow up question,

the proximity selector message , oddly shows up on top of the on going dialouge , its as if its a layer above it , is there a way for me to hide it behind the dialougue so it doesnt obstruct weirdly.

Re: Removing name from the proximity selector label

Posted: Thu Aug 23, 2018 6:51 am
by mmopulencia
Hey Tony!

nvm the last question , figured it out. by adding dialogue system events.