You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to issue #931, the animator instance section should require that stateless animators have a single instance per global scope. This would not only be more efficient, but further prevent developers from accidentally storing and relying on state on the animator instance as it would be shared for all instances of that animation.