Inventory Item Blank

IDKWhatImDoing

New member
While working on my project, something changed and now the items on inventory are not showing up in the Inventory Menu.
1655509097111.png


I am getting the following error message:
Missing an itemBoxUi type for (Food MyCategory) category.
UnityEngine.Debug:LogWarning (object)

Item Category Setup:
1655509173677.png

I have searched everywhere and I can't find what changed.
I also deleted the basic menus and tried recreating them...

Any help would be appreciated!
 
The error was saying that you were missing an ItemView prefab for your bread Item. The ItemView prefab is define in a scriptable object called CategoryItemViewSet and is assigned in the ItemViewDrawer component on the same gameobject as your InventoryGrid component.
I hope that helps in case you ever run into this issue again.
 
Top