IOS AR Build using ARkit, ARfoundation and LWRP Render Meshes Partially

202 Views Asked by At

When I make my IOS build using ARFoundation, ARKit and LWRP then its render meshes partially in AR view. I am using Unity 2018.3.11f1 and LWRP 4.8.0. Any Help? Why meshes render partially?

See what I tried

1

There are 1 best solutions below

2
Arshia001 On

Try adjusting the minimum and maximum render distance on your camera. Cameras always render objects that are within their max and min distance, missing anything else. Your video looks as though your meshes are either too large or too small, so they don't fit in your camera's render distance.