I am new and love playmaker!
I wanted to make my own inventory system since it seems the ones on the asset store do more than just inventory and I also want to be able to understand to manipulate it better.
After a couple days of pouring over tutorials, pdfs, and google...it would seem that the best way to do it is with arrays and hash tables. Arrays I am starting to understand along with how to display the items in the GUI.
My question is with stacking items and the item count.
Is the best way to create two hash tables? One with a reference to Game Object as "items" then another referencing Int as a "count" of those items?
Some of the information is really old, but it seems that this is the way a lot of the inventory systems worked 1+ years ago and wasn't sure if this was still the way to go.
Thanks!