Google Cardboard Unity 5 no stereoscopy

后端 未结 1 1939
独厮守ぢ
独厮守ぢ 2021-01-23 00:34

My Cardboard app doesn\'t have stereoscopic effect on device. However it works in Editor.

This is how it looks in Editor. http://i.stack.imgur.com/sN14x.png

This

相关标签:
1条回答
  • 2021-01-23 01:32

    It's spreading one eye across both halves of the screen. The most common reason is due to rendering image effects (fog, etc). To deal with those, make sure the StereoController property "Direct Render" is set to false.

    0 讨论(0)
提交回复
热议问题