Input Question

bogyc676

New member
Hey there,

How do I disable the input in inventory bag and HotBar? I wish just click with the mouse. Thanks for your answer.

Best
 
The navigation input for the Inventory and Hotbar is the same as for all UI in Unity. We take advantage of the Unity UI EventSystem. Simply disable the StandaloneInputModule component when you wish to disable UI input (like you would to disable any UI in your scene)
 
Top