Grey out non speaker .

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
hugo.rija@gmail.com
Posts: 1
Joined: Fri Aug 12, 2022 4:21 am

Grey out non speaker .

Post by hugo.rija@gmail.com »

Hello . I'm trying to make a visual novel using Dialogue system but i can't seem to find a way to gray out non-speaker character . Would there be a way to do so ? The only way i know how to gray out a character is by using the sequence and changing the current speaker panel portrait . but it only works for the speaker. Is there any other way to do it for every character ?

thank you very much for your time
User avatar
Tony Li
Posts: 21975
Joined: Thu Jul 18, 2013 1:27 pm

Re: Grey out non speaker .

Post by Tony Li »

Hi,

Do you want to gray out the speaker's name or portrait image? In either case, use the subtitle panels' Focus and Unfocus animator parameters or the OnFocus() and OnUnfocus() UnityEvents. To see an example, assign the "VN Template Standard Dialogue UI" prefab to DemoScene1's Dialogue Manager GameObject > Display Settings > Dialogue UI, and give it a play,
Post Reply