Hi. I’m going start making a little first person point and click puzzle game set in an egyptian tomb once I’ve sorted out how I’m going make the point and click system to work for my game.
For now I’m trying to figure out how I’m going to put objects into an inventory and then use that object in my inventory with another object. I have managed to make it so that if I clicked a cube infront of me, it ended up in my inventory below but I can’t figure out how I can drag the item out from my inventory and release it over and item so that the item would react to it in someway.
e.g. If I dragged a key from inventory and released it over a locked chest, the chest would open.
Any help will be appreciated