Issue for Anchor placement

Include the following details while filing a bug report (edit as applicable):

  • Issue category: Real-time Mapping-Depth
  • Device type & OS version: Android / iOS
  • Issue Environment :On Device
  • Xcode version:
  • ARDK version: 2.5.2
  • Unity version: 2021.3.21f1

Bug reproduction steps:

It could not be tracked the right anchor placement when we inactive an AR session after activating the AR session.

Any suggestion that I can tract the right anchor placement after inactive AR session?

I attached the video for issue of the the anchor placement below.

Hi Jason,

Assuming you’re running Lightship 2.5 or below, you should utilize the Unity events OnApplicationPause and OnApplicationResume and explicitly call IARSession#Pause() and IARSession#Resume(ARSessionRunOptions.ResetTracking)` respectively. The resume call should reset the objects so you don’t see a mess! For more information, please look at the ARSessionRunOptions page and our IARSession page in our API reference.

Kind Regards,
Maverick L.