Would you be willing to add "virtual" to the animator property in StandardUISubtitlePanel?
Our portrait animators require multiple sprite renderers and I just realized that even if I override "SetAnimatorAtEndOfFrame," I won't be able to use my animator if the "animator" property is null since CheckSubtitleAnimator checks if the animator is null.
StandardUISubtitlePanel - virtual animator
-
- Posts: 222
- Joined: Wed Jan 22, 2020 10:48 pm
Re: StandardUISubtitlePanel - virtual animator
Yes. I'll add that in the next update. If you want to add it to your copy of the script now, you can count on it being in the next update, too.
-
- Posts: 222
- Joined: Wed Jan 22, 2020 10:48 pm
Re: StandardUISubtitlePanel - virtual animator
Awesome! Thank you very much!