google-ar / arcore-unity-sdk

ARCore SDK for Unity
https://developers.google.com/ar
Other
1.4k stars 402 forks source link

BUG: HelloAR using DEPTH API does not work properly #740

Open Holotwin opened 4 years ago

Holotwin commented 4 years ago

SPECIFIC ISSUE ENCOUNTERED

Hello, I am using:

But when I try to build the HelloAR example enabling Depth API.

The occlusion does not work properly as Depth Lab app built from unity and run from the same phone.

image Screenshot_20200721_005922_com google ar unity arcore_depth_lab 1 Screenshot_20200721_005922_com google ar unity arcore_depth_lab Screenshot_20200721_010202_com google ar unity arcore_depth_lab

Sometimes it gets dark as a shadow or gets the color of the object.

Any solution of this?

VERSIONS USED

STEPS TO REPRODUCE THE ISSUE

  1. Unity 2018.22 is oppened
  2. Arcore 1.18.0 is added into assets
  3. Go to the HelloAR Scene
  4. Build the Scene into Android device
    1. Enable Depth on app running on smartphone

WORKAROUNDS (IF ANY)

ADDITIONAL COMMENTS

The Depth Lab app recently launched works properly built form unity works using API DEPTH. The occlusion is so nice. HOwever with the HelloAR the occlusion has bugs.

Jamong-Master commented 4 years ago

i have same problem