Input System Can't Click UI

epicever

Member
I switched over to only Unity Input System and now I can't interact with any of the inventory system UI Canvas. I can open the inventory with "I" key but I can't actually clicked on anything on the canvas itself. I'm using the UCC system and I have the input system working with that.
 
Have you followed those steps?

My guess is if the only input that doesn't work is with the UI than you might have forgot to switch the Event System Input Module, or forgot to assign input to it.
 
Have you followed those steps?

My guess is if the only input that doesn't work is with the UI than you might have forgot to switch the Event System Input Module, or forgot to assign input to it.

I believe I followed those steps.

1632293891474.png

1632293959631.png
 
In your "Input System UI Input Module"
see how many of the fields are "None". That means you do not have any input defined for those. So it explains why clicking or navigating UI does not work.
Try either swapping out the "CharacterInput" Input Action Asset by the default Unity UI input Action Asset. Or define your UI input in the CharacterInput.
I hope that helps
 
Top