Tutorial or trick when playing with camera in Unity Editor

I’m sorry if my question looks silly. But I’m a new comer to Unity world (or 3D world also). When I try to learn unity by doing tutorial step by step, everything looks fine, instead of my result doesn’t work as expected due to camera position. For example, because I put camera at wrong location, I cannot gain the expected result.

So, my question is: is there any tutorials online, about teaching me all about how to use camera, which tricks (for example, when do you want to look from above how you to fix camera …). I just can find tutorial just about doing something …

Thanks :slight_smile:

Cameras in Unity are components attached to gameobjects, just like everything else in your scene. To change where they are placed and which direction they point in, edit the transform position and transform rotation of the gameobject to which they are attached in the inspector pane.