Search found 2 matches

by WinteryJungle9
Wed Aug 30, 2023 4:12 am
Forum: Dialogue System for Unity
Topic: Portrait name displaying "Player" instead of the actors name for a second on start
Replies: 3
Views: 222

Re: Portrait name displaying "Player" instead of the actors name for a second on start

Changing the subtitle panel's visibility from 'Always From Start' to 'Always Once Shown' fixed it.

Thanks very much Tony!
by WinteryJungle9
Tue Aug 29, 2023 6:31 pm
Forum: Dialogue System for Unity
Topic: Portrait name displaying "Player" instead of the actors name for a second on start
Replies: 3
Views: 222

Portrait name displaying "Player" instead of the actors name for a second on start

Hi, When I start the dialogue through code with: DialogueManager.StartConversation(title); The portrait name displays "Player" for a split-second before updating and displaying the name of the actor who is supposed to be speaking. This only happens the first time a conversation is started ...