Zview augmented reality background color

how do i change to color of the augmented reality views background. i would like it to be the same as the normal modes background color

this is the fix i came up with but it feels kinda hacky

in the VirtualCameraAr.cs Create Cameras function

Is their a more formal or proper way to make the camera used by ZViews AR mode to be the same camera used by the ZCore prefab?

Hi Michael,

I can’t think of a more proper way to do this offhand. You could at least break it out into a separate script rather than modifying VirtualCameraAr.cs to make it feel less hacky. I wouldn’t recommend trying to consolidate the zCore and zView cameras together as they have very different property requirements.

Alex S.