I’m new to Unity and I’m learning all by myself by watching videos or reading forums.
Currently I’m trying to make a 2D shooter game (side scrolling) where you must kill all enemies that aproach you (or jump over them) and get to the next level.
I want to make it so when the player is playing and finds a weapong on the ground he can pick it up and replace with his current AND drop the weapon he held down on the ground so he can come back and replace the weapon again.
This sounds very complicated to me, but all i want is when the players comes really near the weapon thet lays on the ground and press a key (E) he replaces it with his current.
I couldn’t find any help on the Internet, so I decided to ask this nice community for help! I can give you the scripts if needed.