Using google-vr and unity, I would like to display certain objects on one view/screen/eye only. So that object would be visible on one eye and not on the other. Is that possible, and if so, how?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
Using Layers
- For your object, set its Layer to "Water" (as an example)
- Select "Main Camera Right"
- From Culling Mask drop-down, disable "Water" layer (now this camera won't see any objects on that layer)
More info: https://docs.unity3d.com/Manual/Layers.html