Page 1 of 1

How to disable actor's portrait image "dimming"?

Posted: Tue Mar 07, 2023 5:45 pm
by Azimut
Context: I've been trying to make a visual novel style dialogue, with one actor on the front, and a background behind it. For the background, I've simply made one of the actor's portrait image as a full screen sprite.

My problem is: The "main" actor, the one that is doing the talking, gets a normal color, while the secondary actor (i.e the background) gets dimmed with a dark gray overlay.

Is there any checkbox to remove this effect? If not, where would I find on the code the line that is creating this effect?

Thank you :)

Re: How to disable actor's portrait image "dimming"?

Posted: Tue Mar 07, 2023 7:09 pm
by Tony Li
Hi,

To remove that effect, remove or edit the subtitle panel's Animator component. You may also need to remove events from the subtitle panels' OnOpen() or OnFocus() UnityEvents.