Very basic inventory system made with Unity 2021.3.5f1
Green means both items can be equipped at the same time. Since two handed sword already occupy two slots, I colored it green.
- Basic, equippable and inspectable items
- Item database system with scriptable objects
- Equip items to player slots within rules
- Item group system to easily check if both items can be equipped at the same time
- Can be added with creating new scriptable objects (Right click/Create/Scriptables)