Page 1 of 1
Animated Subtitle Panel Question
Posted: Sat Apr 26, 2025 12:26 pm
by xinhuanmi
Hi,
Sorry if this has been answered before.
I'm trying to create an animated subtitle panel using 3 sprites, and I've added an animator component to the Subtitle Panel.
However, after the dialogue line ends or a response menu opens, the subtitle panel remains visible.
Should I link the Animator Controller to the [StandardUISubtitlePanel] and add a trigger, or is it already set up for this?
Thanks!

- 44.gif (845.87 KiB) Viewed 924 times
Re: Animated Subtitle Panel Question
Posted: Sat Apr 26, 2025 12:30 pm
by Tony Li
Hello,
Please try this: Inspect the subtitle panel and/or response menu panel. Set the Visibility dropdown to Until Superceded.
Re: Animated Subtitle Panel Question
Posted: Sun Apr 27, 2025 3:29 am
by xinhuanmi
Hi Tony, thank you for your reply!
I set the Subtitle Panel → Visibility dropdown → Until Superceded.
but it still won't work.
Here is the gif for the scene.

- 44.gif (788.82 KiB) Viewed 917 times

- 2025-04-27_16h26_10.png (570.9 KiB) Viewed 917 times

- 2025-04-27_16h26_02.png (504.89 KiB) Viewed 917 times
Thank you
Re: Animated Subtitle Panel Question
Posted: Sun Apr 27, 2025 8:56 am
by Tony Li
Try setting Visibility to Until Superceded Or Response Menu. (Or Until Superceded Or Actor Change Or Response Menu.)
Re: Animated Subtitle Panel Question
Posted: Sun Apr 27, 2025 9:23 am
by xinhuanmi
Hi,
I tried to change it to
[Until Superceded Or Actor Change]
[Until Superceded Or Actor Change or Menu]
It remains the same.
Re: Animated Subtitle Panel Question
Posted: Sun Apr 27, 2025 9:56 am
by Tony Li
When the subtitle panel's Visibility dropdown is set to [Until Superceded Or Actor Change or Menu], the subtitle panel will deactivate itself when the conversation shows a response menu panel.
If this is not the behavior that you see in your scene, make sure you've set the correct subtitle panel. For example, if you've assigned a dialogue UI prefab asset to the Dialogue Manager's Display Settings > Dialogue UI field, make sure you change the prefab asset, not any instance in the scene.
If that doesn't help, would you please send a
reproduction project to tony (at) pixelcrushers.com?
Re: Animated Subtitle Panel Question
Posted: Sun Apr 27, 2025 10:46 pm
by xinhuanmi
Hi,
I figured it out!
I added another [Animator]in animationsprites(which contains 3 sprites for the animation)
and left the [Animator]in Subtitle Panel empty but set it enabled.
Don't know why but it worked like what I expected.
Thank you so much for your fast response!!

- 2025-04-28_11h43_21.png (60.88 KiB) Viewed 869 times

- 2025-04-28_11h43_17.png (47.85 KiB) Viewed 869 times

- 1.gif (441.45 KiB) Viewed 869 times
Re: Animated Subtitle Panel Question
Posted: Mon Apr 28, 2025 6:35 am
by Tony Li
Hi,
I'm glad you got it working!