Is there a way to access editor’s scene view camera when in prefab mode? SceneView.GetAllSceneCameras() doesn’t seem to reference it.
edit: It turns out SceneView.GetAllSceneCameras returns camera correctly but when I access it from PrefabStage.prefabStageOpened event it’s too early and I get reference to previous scene camera