I did a quick search on google/unityanswers and found nothing so I figured I'd post it here. I have an inventory mostly working now, but if I wanted a certain object to be able to hold more than 1 per slot, what would I need to do? Thanks. Oh, and if you are to do some code, JS would be preferable.
When you pick up an object you already have one of... Just increment the "amount of," and change the graphics to "multiple __"... Just keep it as a static variable...
Example, apple.
Player inventories an apple. apple++. Change graphic of apple to apples. Then on hover, add a tooltip so that it shows "Apples "+ apple (apply being the amount of apples var).
Does this make sense?