Changing the subtitle panel's visibility from 'Always From Start' to 'Always Once Shown' fixed it.
Thanks very much Tony!
Search found 2 matches
- 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: 232
- 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: 232
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 ...