- Home /
"Terminated due to memory issue" but not memory issue
i get a weird problem that happens in my iPhone 8 but not iPad Air 2 nor editor. When a specific gameobject appear in viewport, there is a chance the app instantly crashes with "Terminated due to memory issue". The app is just a simple vuforia app. the app is not loading new things when it crashes. the app is not using lots of memory. There is no heavy scripts running during the crash
Do you have similar experience? Do you have any suggestion for me?
Comment
I had the same issue. It didn't have anything to do with Vuforia - at least not directly. I had another piece of code, that was allocating a lot of memory (loading tons of texture), which was simply too much for an iPad $$anonymous$$ini. Worked on an iPad Pro though.