Robert
Robert
@wischi-chr the next time I encounter the crash I take a look, but the line looks very familiar to me. What you said is actually what I also have discovered,...
> Hi all, first off, I'd like to apologize for how long it's taken to provide an adequate response. First of all, looking at the metrics, this crash seems to...
I have updated ARCore to 1.32.0 and disabled the PlaneFindingMode if the DepthMode is activated and so far an active session is way more stable than before!
> Thanks. May you give the full line of code and where it should be placed? The next update of ARCore will fix this issue so that we don't have...
@devbridie so far I havn't had a native crash anymore with **1.33**. I think we can close this issue for now.
Same here, my App is crashing lately very often. I'm using a Pixel 6 Pro and here is the Log ``` 2022-04-26 14:25:23.063 23353-23353/? A/DEBUG: *** *** *** *** ***...
Yes no problem, I try to log a crash tomorrow.
Internet permission is added in the **Manifest**? ``
What are the dimensions of `scene.glb`? Maybe it is so big that you are inside of the model. You can check the size for example in Blender, or you ask...
If I understood your issue correctly, a ViewRenderable might be a possible solution. See this discussion: https://github.com/SceneView/sceneform-android/discussions/300#discussioncomment-2087242 Instead of a Rectangle use something like this ```xml ``` Probably you have...