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
Added a reference to the StateMachineController on the State which removes the need to get the controller via GetComponent. The Controller can then be cast to a derived implementation to retrieve references from it directly rather than having to add and retrieve references from SharedData which comes with an overhead
0 commit comments