Scene is a completely a grey screen yet I can run my project

Here’s my issue. I was going about my business placing things in my scene, then out of the blue, the camera just messed up and seemed to zoom out or something, but upon trying to focus in on an object in the scene, nothing happens.

It’s as if I have no scene at all, yet when I click the play button my game runs.

The bottom of the screen seems to be displaying this error:

!IsNormalized (dir)
UnityEngine.Camera:ScreenPointToRay(Vector3)

Can anyone help? Thanks.

I’ve had that problem before. The only way I could fix it was to reinstall Unity. :cry:

What if you make the view orthographic by clicking one of the corner gizmo’s axis (y,x or z), and the back to perspective by clicking the center box of the gizmo? I have no idea if it works, but it may just force the view to re-calculate its thingies, whatever they are…