Custom Inventory Third Person Controller

owaaan

New member
Hello,

I have my own inventory system that handles picking up, dropping, storing in chests, viewing items in an inventory etc.

I like the system I have, but I'm not sure how to integrate it with the controller as it seems you have your own inventory solution built into the package.

My inventory system uses scriptable objects for the items, so it could be compatible, but I'd rather use my own system and not try and somehow marry the two.

Is there anyway I can use my own system?
 
We are currently working on an inventory system and with that it'll make the inventory aspect for flexible for any inventory solution, but for right now you can implement the InventoryBase class and then link that to your inventory.
 
Top