Since b19, this warning appears when I deactivate buttons with mouseover animation.
Animator has not been initialized.
UnityEngine.UI.Selectable:OnDisable()
Everything seems to work properly. What does it mean, should I care?
Since b19, this warning appears when I deactivate buttons with mouseover animation.
Animator has not been initialized.
UnityEngine.UI.Selectable:OnDisable()
Everything seems to work properly. What does it mean, should I care?
Oh, searching the forums first would help – sorry.
Moving the animator after the button solves the issue:
Was probably unrelated to b19.