I’d like to have 2 cameras. I’d like one of them to be using VR (split views/etc) and have that be what you see through your VR device. I’d like the browser to show the second camera view in NOT VR mode.
Is that possible? My only idea so far was to have PlayCanvas output two canvases so that I can have one go into VR mode and the other not go into VR mode, but I’m not sure if that’s possible—or if it is, I don’t know how to implement it. I’ve tried using the multiple viewport method from the tutorials, but that stops working when the user toggles into VR mode.
Any ideas?