- Home /
Overhead Camera Angle
Is it possible to have an over head camera angle in unity, such as pokemon? If you have to script it can some one tell me how. Thx - Ansuri
Comment
You can simply select your Camera in the Hierarchy view and rotate it or move it in the inspector, or you can manipulate it directly in Scene view. This is really basic Unity. Consider investing some time in just exploring Unity and working through some tutorials:
http://answers.unity3d.com/questions/12321/how-can-i-start-learning-unity-fast-list-of-tutori.html
Answer by Snivy · May 10, 2013 at 02:15 AM
The best thing to do is Parent your character to the camera, then, when your character moves, so will the camera.