Console Exceptions

I'm receiving these console exceptions and not sure how to resolve them:
This is based on the integration of UCC and Ultimate Inventory. I've reviewed the setup and don't see what's missing. I could use advice on how to fix these exceptions.

Thank you
 
Thank you for reporting this issue, I've actually already fixed it last week but haven't updated the package yet.

You can fix this bug by adding
Code:
if(itemAction == null){ return; }
on line 202

We will try to release the next update later this week/ start of next week
 
This bug has been fixed, it'll be available in the next update.

It happens when the assign action cannot find the Item Hotbar.

Make sure that both the Inventory Grid and the hotbar are both children of the same Display Panel Manager (usually on the canvas). Then make sure that the Item Hotbar panel name matches exactly the assign action panel name field (the default is "Item Hotbar".)

1606898442857.png

(Ignore the 3 new fields, these are new features I added yesterday and will be part of the next update)
1606898507574.png
 
Top