Hi everyone,
For the past few days, I’ve been getting spammed with the following error in the console:
"Look rotation viewing vector is zero"
It happens repeatedly and completely clutters the console, which makes debugging difficult.
I’m currently using:
Unity 6000.3.1f1
Adventure Creator 1.85.4
Important detail:
This only happens in one of my three scenes, and it starts as soon as I press Play. The other two scenes run without any issue.
I didn’t make any major changes before this started happening, so I’m not sure what could be triggering it specifically in that scene.
https://imgur.com/bhoAase
Thanks!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Looks like this may be coming from a GameCamera Array that has no nodes - or one that has nodes but no associated Camera. Might this be the case?
You were absolutely right.
There was indeed a GameCameraArray in the scene with no nodes assigned to it. It was completely isolated.
After removing it, the error immediately stopped and everything is now working perfectly.
Thanks a lot for pointing me in the right direction!