Hello, i’m watching their migrating tutorial, does anyone know where the event or function is that reads the players inventory and fills the UI with it? I’m working on a crafting system, i can create a crafting inventory like the inventory component, that seems like the core of all inventory. Fill this crafting inventory with items from the players inventory, scan through it to see what i can build or craft. Then once an item is crafted the item is removed just like how when you right mouse click to use the item, removes from inventory. Seems like similar logic of using an item like eating an apple or bread.
So lets say 4 ferns crafts flour, then apple and flour craft apple fritter, or flour makes bread. I would have to read in the players inventory, add a field to inventory item or item information, for IsUnlocked? bool . Create a data table with an array of required items and the field is unlocked, think i’m almost there but i need to read in the players inventory.
Trying to integrate it with the Talent Tree Builder project.