The New Input System and UI

Hello everyone! Today I tried to add an UI to my inventory system but I realised that buttons are not actually reacting to the cursor… Why is that? Does the new input system work with the ui? What am I doing wrong?

Update: I didn’t explain myself well. I got it working but when I try to hover my mouse over buttons it doesn´t show it is hovering. Though if I click the button it works.

following

The new input system does indeed work with UnityUI, but you need to convert your standalone input module to a InputSystem UIInputModule which I believe there should be a button on the inspector to do that.