Change Usable UI

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
ujuj04
Posts: 30
Joined: Sun May 21, 2023 7:34 pm

Change Usable UI

Post 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.
User avatar
Tony Li
Posts: 21681
Joined: Thu Jul 18, 2013 1:27 pm

Re: Change Usable UI

Post 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.
Post Reply