David Ang
David Ang

Reputation: 3

Duplicate Virtual Object in Tango AR Unity

Can someone tell me why this is happen? i follow the tutorial from Tango AR to place virtual object in Augmented Reality. After i place the object, the camera freeze and the kitten got duplicate when i move the smartphone. I'm using Unity 5.6.2 and for Lenovo for Tango.

Below are the sample image from my android device.

Duplicate Kitten

Upvotes: 0

Views: 167

Answers (2)

CtrldChaos
CtrldChaos

Reputation: 1

Turn off shadows on your light. That way you can keep the clear flags set to depth.

Upvotes: 0

Pierre Baret
Pierre Baret

Reputation: 1883

Change the camera clear flags from depth to solid color and it should be ok

Upvotes: 2

Related Questions