📄️ 1 : Enable Plugin
Open the Plugins window and search for "Inventory System X".
📄️ 2 : Copy Plugin To Project
Console Command
📄️ 3 : Add Main Components
Create player controller
📄️ 4 : Add Interaction Component
Add interaction component and box collision
📄️ 5 : Add New Item
Create Item Class
📄️ 6 : Pickup Item
Open the folder located at this address:
📄️ 7 : Add Interfaces
In order to get links to our components in the character from the Player Controller that we added, we need to add
📄️ 8 : Drop Item
Currently, when we discard an item, it just gets deleted and its physical copy doesn't appear on the scene.