Hi,
Sorry if this has been covered before, I have searched the forum and been through the Dialogue Manager and UI options but I can't seem to find the right options.
When the response menu comes up I would like to hide the NPC name so that I can have all the names in the same place without the text overlapping. It works when I swap between NPC and PC subtitles panels (I have them set to Until Superseded in Visibility) but when it swaps to a Response menu the NPC name is still visible as well. Is there a way to do this? I am using the Focus Template if this helps.
Thanks
Hide NPC Name When Response Menu Shows
Re: Hide NPC Name When Response Menu Shows
Hi,
Only subtitle panels supercede each other. Try configuring the response menu panel's OnOpen() UnityEvent to deactivate the subtitle panels' Portrait Names. The subtitle panels will automatically reactivate them when needed.
Only subtitle panels supercede each other. Try configuring the response menu panel's OnOpen() UnityEvent to deactivate the subtitle panels' Portrait Names. The subtitle panels will automatically reactivate them when needed.
Re: Hide NPC Name When Response Menu Shows
Worked perfectly, thank you!
Re: Hide NPC Name When Response Menu Shows
Happy to help!