Third Pirson Shooter - Aim

I know almost everything to create my game but there is one thing that I dont know to do.

The aim…

Like every TPS game you can shoot up and down and I dont know how to do this… (like GTA you move the mouse and shoot to anywhere you want).

There is a video i created, in the video you will see that i can only shoot straight.

Please help me :wink:

Someone helped me !

could you tell me how you were helped? im experimenting with this to :wink:

goodluck with your third person shooter project 8)

I tooked the “MouseLook” script (you get this script with the “Islands” project) and you put it on your player (because my player is without hands I put it on his body, but you can put it on his hands or any part in the body of the player) and when you move the mouse the player moving in the same way.

Now you can shoot up and down.

and good luck you too with your project :smile:

Take a look on the 3rd person shooter project :

http://unity3d.com/support/resources/example-projects/3rdpersonshooter

You need to use the ShooterGameCamera.cs script.
You attach it to your camera, and you make an empty GameObject in your scene used to be the aim target.

I will try this, thank you :wink: .

I think this topic is [SOLVED]