InventorySO script - Inventory System in Unity tutorial P13
Now it is time to start creating our custom Data structure InventorySO script. It will hold a List of inventory items and we will use a custom struct to store the data about the items and their quantity.
Link to the tutorial
Learn to make 2d games in Unity:
GitHub files:
Patreon end project files:
Assets used:
Starter Project link:
Join the discord:
You can support me through Patreon:
00:00 Intro
00:51 InventorySO script
01:59 InventoryItem struct
04:11 Explaining Struct vs class
07:42 Fi