The Inventory Bridge Slot Count (2) does not match the item set data slot count.

epicever

Member
I'm not sure exactly what this script is checking against as I checked the inventory bridge and I don't see any slot count anywhere on that script.

1630584697692.png1630584848908.png
 
The warning is referering to the component "Item Slot" components which define where your Item will be spawned when it is equipped.
For example:
1630598641347.png

By default slot 0 is considered right hand and slot 1 is considered left hand. But you can have any amount of Slots anywhere on your character as long as they have unique IDs.

The warning says it cannot find slot 2 (in the demo it is used for magic items which are equipped in parallel to the rest). You can either add a slot 2 in the character or reduce the "Slot Count" to 2 instead of 3 on your InventoryItemSetManager
1630598823100.png
 
Top