We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5f8543 commit aec5efcCopy full SHA for aec5efc
Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput/PlayerInput.cs
@@ -981,7 +981,9 @@ private void UpdateDelegates()
981
}
982
if (m_AllMapsHashCode != allMapsHashCode)
983
{
984
- InstallOnActionTriggeredHook();
+ if (m_NotificationBehavior != PlayerNotifications.InvokeUnityEvents)
985
+ InstallOnActionTriggeredHook();
986
+
987
CacheMessageNames();
988
m_AllMapsHashCode = allMapsHashCode;
989
0 commit comments