AR object disappear at some distance though I set AR camera Far clipping plane value to 5000.

I need help with one project based on the AR + GPS.

I have to place the model at GPS location at runtime and the player has to find that model. I completed almost part of the project using assets AR + GPS Location to place the model at lat-long.
I also use one asset named TriLib 2 - Model Loading Package to load the model from the URL.

I am facing one issue with some android devices.

The model does not appear at some distance(i.e 20 meters away) and if I am inside the range of the 20 meters then it appears on the screen.

I set the AR camera far clipping plane to 5000.
On iOS devices, it works perfectly fine.
On some android devices, it also works fine.

Please see the video**(time: 3.08)** for reference.

On Real Me XT(Android 11), iPhone X, it is working.
On Samsung Galaxy S10(Android 12) and Xiaomi Redmi Note 9 Pro(Android 10) - The model is disappearing at some distance.

Please share your thoughts on the issue.

1 Like

This might be a bug in ARCore. Could you file a bug for it?

1 Like

I have already filed a bug. Is there any update?

Can you post the bug number that you are referencing?

Bug reference number :: IN-7430

I got it from the email, is it the correct one?
If it is wrong then please guide me from where I can get it?

Thanks. That’s is the correct bug number.

It’s currently with QA for triage. In the meantime, take a look at the following thread which outline similar issues and a potential workaround.

have you solved this problem?