In this inventory system, items occupy a certain amount of space on a 2D grid. You can also create equipment slots so the player could drag items from inventory and place them on those points.This type of inventory is usually used in RPG or survival games. You can create your grid inventory using this package with a few clicks. This system is using Unity UI image to generate the grid under the canvas and everything will be automatic so you don’t need to go through a lot of steps to set it up. All you have to do is to attach a script to an empty game object and it’s done.You can watch the videos and read the ducumentation to learn how to work with this system and you can contact me to ask questions, report bugs or request features using discord or email.DiscordCreate as many grid inventories as you wantCustomize the size and color of your inventoriesCreate different types of item with a few clicksCreate equipment slots and attach items to them