Page 1 of 1

Change Usable UI

Posted: Sat Jun 10, 2023 5:48 pm
by ujuj04
Hey, I want to change the UI that appears when player comes up to NPC. Where it says the NPC name and Press ... to interact. I want to just add a UI of an "E" button that would appear at the top of the screen. How could I do that? Thanks in advance!!!

P.S. Our project is almost finished and your Dialogue system and most importantly the Forum support was a huge help! Me and My team are very grateful for your work.

Re: Change Usable UI

Posted: Sat Jun 10, 2023 9:59 pm
by Tony Li
Hi,

Duplicate the prefab named Basic Standard UI Selector Elements. Move the duplicate into your own folder. Edit it to add your "E" icon. Then assign the duplicate to the Dialogue Manager GameObject's Instantiate Prefabs component > Prefabs list in place of the original Basic Standard UI Selector Elements.

More info: Interaction Tutorial at 04:40

Thanks for using the Dialogue System! Best of luck on your project.