Is it possible to render an object on one screen o

2019-09-13 22:16发布

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条回答
来,给爷笑一个
2楼-- · 2019-09-13 22:39

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

查看更多
登录 后发表回答