Haden2 / Spectrum

A horror game under development
0 stars 0 forks source link

Press E to add item to inventory #45

Closed Haden2 closed 9 years ago

Haden2 commented 9 years ago

Instead of deleting item, make it add to the AddItem() class in the inventory script.

Haden2 commented 9 years ago

The CollectItem script located in the first person controller game object has a slot for inventory. I have put the inventory in that slot, but after hitting the play it takes it away. If I put the inventory back in that slot after hitting play it works. Need to figure why it is deleting it.