I’m currently encountering an issue related to EventSystem & PlayerInput and could use some assistance.
I’m using the First Person Template and added a canvas and a button. I modified the InputSystemUIInputModule to utilize the StarterAssets.inputactions asset when starting the game. However, upon clicking the UI button, I don’t get any hover feedback, and the click doesn’t register. I suspect that the PlayerInput is blocking the input actions from firing in the EventSystem because disabling the PlayerInput component allows me to click on the button.
Interestingly, in one of the samples (UI vs. Game Input), this issue doesn’t seem to exist. I delved into the sample scene and code but couldn’t pinpoint what makes it work.
If anyone has insights on how to fix this, I would greatly appreciate it.