Player Camera

Like in any project, we first need to give the player a given perspective of the game world and potentially movement capabilities for the camera.

If you already have a camera set up, then you can skip this step an go to the next page.

You can use the demonstration controller by adding the CameraController component to the camera game object.

CameraController

Last updated