Camera doesn't work until changes are made

My camera doesn’t show anything expect the gray and white skybox, until i make any change to it.
It stops working everytime i start/stop playing tho…
here is a liitle video, showing whats happening:

(sorry for the bad quality)

Greetings, Minzkraut

I am having the same issue, did you ever fix this?

I am having the same problem, my project is pretty big I don’t really feel like remaking it completely :confused:

This script ‘fixes’ the issue for me:

void Start()
{
    gameObject.SetActive(false);
    gameObject.SetActive(true);
}

Though the real issue turned out to be that the depth of the camera was set to the same value as another camera.