Search Issue Tracker
By Design
Votes
0
Found in
5.5.0b4
Issue ID
837955
Regression
No
[Android] Loading AssetBundle on a device crashes the App
Steps to reproduce:
1) Download attached project 'PickScreen' and open in Unity
2) Build and run 'pickscreen_10901' scene on a device
3) After app launches, click on MENU button (left bottom)
4) Click on 3D button 'Objetos Virtuals'
5) On the left side, click on aircraft button
6) After pop up window appears, click on top left aircraft (size 3.9MB)
7) Wait until it finish to load AssetBundle
Note: App crashed in signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 00000000
Expected result: AssetBundle should be loaded without any issue on a device
Actual result: App crashes after it finishes to load AssetBundle
Reproduced with: 5.5.0b4, 5.5.0b9
Explanation: App was running out of memory.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment