[Android] Crashes while loading new scenes

A game on Android crashes when going from one scene to another. Crashes repeat on the same spot between the two scenes frequently, but not every time.

This issue is actual for both: Unity 5.4.0 and Unity 5.3.6p2.

There is a bug report submitted, which includes callstack: https://fogbugz.unity3d.com/default.asp?820713_4400sq3fpeqcrp8t

We see similar issues on this forum but without resolutions, e.g.: http://forum.unity3d.com/threads/5-3-1p1-crash-on-andriod-when-loadlevel-or-loadlevelaysnc.380795/

We have found a suggestion of a workaround: to replace LoadSceneMode.Additive with LoadSceneMode.Single. We are now considering trying it.

Unity representatives: do you have any information on this issue, better yet – when will it be fixed?

Fellow developers: any experience finding an effective workaround for this issue? Did the workaround mentioned above help anyone solve this issue? Any helpful information?

Thank you.

Having an issue with a crash during loadlevel.additive, but have pinpointed in to an issue with large sets of linerenderers in my case. Will but debugging further this week. Have posted a crash dump here http://forum.unity3d.com/threads/android-line-renderer-crash.424929/

Managed to resolve the issue… must have been one of my components had an incorrect value. Not sure debugger would crash as well as build so hard to tell

image28,

thanks for the information. Judging by the callstack, our issue is rooted elsewhere. Feels like it concerns loading scenes in Unity. We too continue our debugging, of course. Glad you had yours fixed)

Unity guys: anything on your part?

Hey all,

this is just to let you guys know that we have tested the aforementioned workaround. It did not solve the issue completely, but the frequency of the issue’s appearance does seem to have diminished.

Still eager to hear from Unity people on this issue. We are ready and willing to provide any sort of help necessary to have it fixed.

What was the fix or workaround?