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
Copy file name to clipboardExpand all lines: Assets/Samples/RebindingUI/InputActionIndicator.cs
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,9 @@ public class InputActionIndicator : MonoBehaviour
34
34
privatevoidOnEnable()
35
35
{
36
36
if(action!=null&&action.action!=null)
37
+
{
37
38
action.action.performed+=OnPerformed;// TODO Problem here after domain reload, InputAction.addperformed(), CallbackArray.AddCallback,. InputArrayExtensions.Contains
0 commit comments