There is this one scene that represents a level of the game, and when the user enters that scene, it will crash the whole app.
The app works fine in Editor... but only crashes in android. I have tested this app on another phone, it also crashes itself.
I used adb and chkbugreport to see what's the problem...
Here are the screenshots i took in chkbugreport:
![alt text][1]
![alt text][2]
[1]: /storage/temp/133712-chkbugreportcrash1.png
[2]: /storage/temp/133713-chkbugreportcrash2.png
The scene contains 3d terrain and trees, 2d sprites for players and enemies. The 2D sprites uses a custom shader while the 3D models uses Standard materials.
This is my first time encountering a crash on my mobile app, usually if there's something wrong in the editor. It will state the error in the console log.
↧