I have 3 problems

Hello, I have a small problem, even 3. I would like to do something like grab something and press Q or E what I was holding would rotate, the second problem is that I have a script to drag items, but if I grab a stickman, his head falls off and The third problem is that I would like to make a weapon, but I don’t know how to make this script

Please help

All of these are great starting places to learn Unity. Since I assume you are like me and you have only ONE brain, be sure to only focus on ONE problem first. I don’t have three brains so I cannot work on three problems at once.

Start with some basics on reading keyboard input (probably with Input.GetKey() calls) and deciding what to do. Adjust the local rotation of whatever you’re holding, which obviously you need a reference to, etc.

You just have to work through each step one at a time and it is often helpful to try OTHER game tutorials that do things like that to gain insight into the process.

1 Like

Thaks but i cant find tutorial about rotate in 2d with keyboard

There may not be one, but since I suggested what to consider using (Input.GetKey()) to read the keyboard input, and I know there are tutorials about rotating stuff, it is up to you to bring engineering to bear and combine those things.

I made rocket and gun