Fix PositionAndOrientation CameraSetting
With this Fix PositionAndOrientation CameraSetting community component, you can set the initial position and orientation of the camera.
This component includes:
| Property | Description | 
|---|---|
| At position | The initial position of the camera | 
| At orientation | The direction that the camera faces | 
| FOV | The field of view of the camera in degrees | 
| IsPerspective | Is the camera perspective or orthographic? | 
Note
- 
As this is a global component, you can attach this component to any object in the scene. However, it's a best practice to create an empty object named GameManager and attach this component to it.
 - 
It's recommended using only one camera component in a scene to ensure smooth gaming. To replace an existing camera component, remove the current one and add a new one.