Camera not functioning within collection[solved]

Hi
Im trying to add a camera component to a character game object, so that it can follow the camera.
I know what to use for the script and i know how to do this. Ive added a game object inside the character game object, and then added the camera component to this, so that i can move the camera around independently to the player.

However i cannot see the camera component or it’s projection, so i cannot do anything with it.
As seen in the screenshots i have the ‘operator’ game object which will contain the camera component offset on the Z plane so that the projection of the camera will be on the level screen and character and not beyond them. However when i select the camera component it disappears and i cannot do anything with it.



SOLVED now, i feel so foolish, i simply had to adjust the far and near Z values and the whole time was under the impression i i needed to be able to see the camera’s frustum and transform properties in order to do anything with it without guesswork

2 Likes