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
How to disable actor's portrait image "dimming"?
Re: How to disable actor's portrait image "dimming"?
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.
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.