/UnityInventorySample

Unity inventory sample

Primary LanguageC#

Unity Inventory Sample

Very basic inventory system made with Unity 2021.3.5f1

Inventory view

Interactions


Green means both items can be equipped at the same time. Since two handed sword already occupy two slots, I colored it green.

Features

  • 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

How To Add New Items

  • Can be added with creating new scriptable objects (Right click/Create/Scriptables)