Unity INVENTORY: A Definitive Tutorial
https://www.youtube.com/watc...šĀ @Tamara Makes Games building system video: https://youtu.be/G2w78Xk6UhU
š FREE assets download: https://www.patreon.com/posts/72631393?s=yt
š Support me and DOWNLOAD Unity project: https://www.patreon.com/posts/72632413?s=yt
This tutorial guide will show you how to create a full inventory system with draggable items, bottom toolbar, full inventory UI and stackable items. Please use video chapters to travel between video sections and learn more effectively.
--------------------------------------------------------------------------------
šØāš» SOCIALS:
š Join our Discord: https://discord.gg/hNnZRnqf4s
šµ Follow me on Twitter: https://twitter.com/bionicl333
--------------------------------------------------------------------------------
š YOU WILL LEARN:
- How to create Unity inventory system
- How to integrate inventory with the building system
- Unity item stacks
- Inventory toolbar
- Inventory like in Minecraft made with Unity
--------------------------------------------------------------------------------
āļø VIDEO CHAPTERS:
0:00 - Intro
0:56 - Building the UI
3:53 - Showing/hiding main inventory
5:18 - Inventory drag and drop
7:00 - Items scriptable objects
9:28 - Initialise inventory items based on scriptable objects
11:02 - Finding free slot in the inventory
14:15 - Spawning new item
17:27 - Checking if the inventory if full
19:01 - Stacking items
23:06 - Showing selected slot
26:06 - Changing selected slot
27:13 - Using items
30:50 - Integrating with Tamara game