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
[Input System] PlayerInput component - ensure any added action map delegates are updated on ActivateInput() (case ISXB-711)
If action maps are added to an asset *after* the asset has been assigned to the PlayerInput component then the delegates need to be updated.
Before this change no On<XXX> callbacks were created for the added maps leading to input loss.
Adding this sync in the ActivateInput() seems like the best compromise.
0 commit comments