Как создать материал для окклюдера на Unity3D для Google ARCore - PullRequest
0 голосов
/ 24 октября 2019

Я использую Google ARCore для своего приложения для Android, теперь я хочу протестировать демонстрацию очков, согласно AR нужны окклюдеры , я пытаюсь добавить окклюдеры Facebook в Unity3D для ARCore,

ЭтоЗвучит смешно, но Google еще не предоставил решение препятствий, и я также являюсь новичком в Unity. Можете ли вы научить меня, как сделать шаг ниже (решение FB) в Unity3D? Спасибо!

Creating an occluder material
Once you've created a material, in the Inspector change:

1.The Shader Type to Flat.
2.Opacity to 0%.
The material will be transparent, but still hide objects behind it.

In the material's properties, you might want to check the box for Double Sided. For example, so the back of the face mesh is also occluded if the user turns their head to the side.
...