UI_Inventory

Here you'll learn what each UI Inventory behaviour does.

Player UI Inventory Input

Delegates input (using the new Unity Input System) to sub behaviours using Unity Events.

Inventory Panels Manager

Handles the inventory panels.

Item Auto Mover

Wieldable Tags: All of the item tag(s) that correspond to the wieldables.

Clothing Tags: All of the clothing tag(s) that correspond to clothing items.

Item Drag Handler

Dragged Item Scale: The visual scale of the dragged item.

Dragged Item Alpha: The transparency of the dragged item.

Slot Template: Slot template prefab that will be instantiate when an item gets dragged.

Last updated