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
Grey out non speaker .
Re: Grey out non speaker .
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,
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,