How to make it so the Player name is not displayed

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
FlakeyJakey
Posts: 5
Joined: Sat Oct 23, 2021 7:04 pm

How to make it so the Player name is not displayed

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

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

Post 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.
FlakeyJakey
Posts: 5
Joined: Sat Oct 23, 2021 7:04 pm

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

Post by FlakeyJakey »

Thank you! This worked perfectly
User avatar
Tony Li
Posts: 21981
Joined: Thu Jul 18, 2013 1:27 pm

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

Post by Tony Li »

Glad to help!
Post Reply