Input issue

vuji

New member
Hi Justin,

I’m running into some issues with the UCC and UIS integration.

Whenever I load either the UIS demo or the integration demo, the console gets flooded with input-related errors and logs.
I’ve tried creating multiple clean projects but the same issue occurs each time.
I've searched through the forums but haven’t been able to find a fix.

Do you know what might be causing this or what I should check?

1770556443635.png
 
This is caused because the project is expecting your input manager to be setup for those demos for some reason.
We now use the new input system for UCC by default. But we still use the old input manager for UIS and the integration demo scene by default.

You can either setup your input by opening the UltimateInventorySystem editor and under Setup section you have a button for setting up the InputManager inputs:

Or if you want to use the new input system and you can replace the UnityInput component on the player by the new UnityInputSystem component.
You'll also need to convert the UI input to the new system:
 
Back
Top