StandardUISubtitlePanel - virtual animator

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
VoodooDetective
Posts: 222
Joined: Wed Jan 22, 2020 10:48 pm

StandardUISubtitlePanel - virtual animator

Post by VoodooDetective »

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

Re: StandardUISubtitlePanel - virtual animator

Post by Tony Li »

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.
VoodooDetective
Posts: 222
Joined: Wed Jan 22, 2020 10:48 pm

Re: StandardUISubtitlePanel - virtual animator

Post by VoodooDetective »

Awesome! Thank you very much!
Post Reply