Setting up the Item Info panel

The Item Info panel displays a summary of the item on the right of the inventory when the user hovers over an item. This, gives a basic summary of the item and uses the Name, Subtitle Text, and Description that was set in the Item scriptable object when you created it.

The details of this are set up in the Item Info Update script that is on the Inventory UI on the InventoryCanvas:

This should already be set up but if not, set it up according to the screenshot and link the references to the UI items which are children of the InfoPanel.

Last updated