Search code examples
unity-game-engine3d-modeloculus-runtime

FBX 3D Model Importer app crashed with OVR Integration


GOAL

I imported package and OVR Integration package.

I want to show model from web url and show 3d model in Oculus.

ISSUE

App crashed and quit when model appear after model loading done.

Model Loader Library is working fine in Android Phone but crashed in oculus.

CONTENT

I use Built-in and Unity2022.3.8f1. I am using Meta XR Integration 60.0 with TriLib 2 - Model Loading Package v2.1.4.

This library is working fine in Android Phone but crashed in oculus.

Importer Assets Setting

I tried for set Importer Assets Setting but It is not working and still crashed and quit.

Please help me 🆘


Solution

  • Many app crashes are caused by permission issues and memory leaks, with 80% of crashes being related to memory problems.

    Perhaps, your model size is too large, resulting in high memory usage when loading the model at runtime.

    Problem Solving:

    1.Preload the other character when starting the app.

    2.Reduce the model size by using a 3D model editor tool.