this is in 2d btw and i am stuck here trying to display the main camera for a while, sorry if this is an easy question i am new.
No worries, we all start somewhere!
To display the main camera in a 2D project, you can follow these steps:
- Make sure you have a camera object in your scene.
- Select the camera object and in the Inspector window, set its
Projection
toOrthographic
. - Adjust the camera’s
Size
property to control the zoom level. - Position the camera in the scene as desired.