DEV Community

eranelbaz
eranelbaz

Posted on

Unity Inventory System Make simple inventory system in unity under 5 Min!

In this video I'll show you how to create inventory system inside unity using C#, so you can use it in your unity games for save items in the inventory

We will use the Dictionary data structure, so we will be able to save the items in our inventory using key-value data structure for maximum efficiency

Like this post?
Consider Support me via Patreon
Or Subscribe to my YouTube Channel
You can also follow me on Twitter

Top comments (0)