Hello!
Is it possbile to show pop up UI (for example "Press E") above NPC when player enters his trigger and hide it when player leaves it's trigger?
Show pop up ui above NPC
Re: Show pop up ui above NPC
Oh, it is so simple BTW, if I want to change the opacity of my pop up on show/hide, should I use my own scripts or there is an out of the box solution?
Re: Show pop up ui above NPC
Duplicate the prefab (e.g., Basic Standard UI Selector Elements) and assign the duplicate to the Dialogue Manager GameObject's Instantiate Prefabs component in place of the original. Then edit it, changing images, fonts, etc., whatever you like.
Re: Show pop up ui above NPC
Glad to help!