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

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
Azimut
Posts: 1
Joined: Tue Mar 07, 2023 5:36 pm

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

Post 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 :)
User avatar
Tony Li
Posts: 21684
Joined: Thu Jul 18, 2013 1:27 pm

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

Post 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.
Post Reply