Currently, I try to port my old hololens project to LWRP-VR, but meets lots of problem after upgrade. So, I try to start a new project instead, still meets some problems.
The problem is quiet simple to reproduce(unity 2018.4.8f1 and 2019.1.4f1):
- start from LWRP-VR template
- switch target platform to UWP in player settings.
- Boom! The camera seems not correct! Even in a scene with a cube only!
in the camera preview, everything looks fine.
but when I click run, in the player window, it looks not same as the preview.
and I noticed that an error is shown in console, which does not shown in PC standalone.

What should I check?