Hi, I'm trying to make an inventory, holding everything that the player collects, but I need each individual box to hold just one item. The only idea I can think of is to make a separate box for each box in the inventory, and get the intersecting object to be added to the players class, so when you press "I" for inventory everything will be there and can be updated when the inventory is closed.