Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
emalafeew's avatar
emalafeew
Protege
3 years ago
Solved

Anyone know what can freeze rendering but look around?

One of our customers is seeing this kind of freeze, where the VR image stops updating but you can still look around and past the edges of the last render.  The app itself isn't reporting a crash, so ...
  • emalafeew's avatar
    3 years ago

    We finally caught it in Android Studio...

    So it's a job thread that's barfing on a particle system, which somehow is killing the renderer while the main thread continues to run.  Btw this crash has only been reported and reproed on the new firmware v55.

    Moving from Unity 2020.3.35f1 to 2020.3.47f1 seems to have fixed it for customers. I didn't specifically see such a crash fix in the release notes between then but there were several others related to particle systems.