Search found 3 matches

by Bokus
Thu Feb 02, 2023 7:25 am
Forum: Dialogue System for Unity
Topic: Player Portrait image always visible
Replies: 5
Views: 305

Re: Player Portrait image always visible

Hi Tony,

Removing Animator solved the issue. Thanks!

Just to note for anyone else having this issue is that other than removing Animator, I had to set opacity for panels and images to 1 and remove some events like show and hide to have portrait images showing from start till end of conversation.
by Bokus
Wed Feb 01, 2023 3:34 pm
Forum: Dialogue System for Unity
Topic: Player Portrait image always visible
Replies: 5
Views: 305

Re: Player Portrait image always visible

Thanks Tony for quick reply!

I tried your suggestions but still same result.
Player panel has same animation as NPC (without unfocus)
by Bokus
Wed Feb 01, 2023 12:46 pm
Forum: Dialogue System for Unity
Topic: Player Portrait image always visible
Replies: 5
Views: 305

Player Portrait image always visible

Hi, I've been trying to create new Dialog UI by cloning Focus Template Standard Dialogue UI. My goal is to have both player and NPC portraits always visible during conversation. I managed to get NPC portrait always visible by following suggestion on another thread: The easiest is probably to duplica...