My input system reads after 15 seconds when the game starts.
I do pooling and in the update run this code:
InputActionAsset actions = GetComponent<PlayerInput>().actions;
Debug.Log(actions.FindAction("X").triggered)
because only after 15 seconds do I read the correct result? (pressing the button)
Thanks for answer