Disable empty item slots

ChristianWiele

Active member
Hi,

is it possible to disable empty item slots? Even if an item slot is empty, it can still be selected which is kind of annoying and counter intuitive for the player.

Thanks, Christian
 
To be more precise, I am looking to automatically set "interactable" to false on empty Selectables / ActionButtons / ViewSlots.
 
Last edited:
Unfortunatly there's nothing for that built-in.
I'll add that to my TODO list.

I believe someone had implemented a custom solution for that but I can't seem to find the post about it, perhaps it was in Discord.
If I remember correctly they used a custom script to listen to the Inventory UI After Draw event and Disabled the ItemViewSlot component and as well as the item view slots gameobject.
You can try to do something similar. Or you can wait for me to implement this later, but I'm not sure when I will have the time to implement it, sorry.
 
Top