Page 1 of 1

How to make it so the Player name is not displayed

Posted: Sat Oct 23, 2021 7:11 pm
by FlakeyJakey
When I initiate a conversation with an NPC, the player name is still displayed. I disabled player portrait, but am not sure how to disable player name. I am using a modified JRPG prefab if that helps at all.

Just to clarify, when I speak to an NPC, I want their name and portrait, but when it's time for the player to speak, I do not want to see their name.

Re: How to make it so the Player name is not displayed

Posted: Sat Oct 23, 2021 9:01 pm
by Tony Li
Hi,

In your dialogue UI, inspect the Subtitle Panel GameObject's Standard UI Subtitle Panel component. Tick Only Show NPC Portraits.

Then inspect the Response Menu Panel GameObject. Unassign the PC Image and PC Name fields.

Re: How to make it so the Player name is not displayed

Posted: Tue Oct 26, 2021 9:27 pm
by FlakeyJakey
Thank you! This worked perfectly

Re: How to make it so the Player name is not displayed

Posted: Tue Oct 26, 2021 9:52 pm
by Tony Li
Glad to help!