Reputation:
My Unity Built Application crashes on startup but it runs perfectly on the game view simulator. It also runs perfectly When built as a web player in offline deployment the only error i get witch normally results in a texture not appearing when its built but that dosent happen is this:
Missing Detail texture in Terrain, degraded loading performance.
I have no idea whats going on. Im not a pro at unity but im not a newbie either Thanks In advance.
This is my first post, By the way.
Upvotes: 0
Views: 3825
Reputation: 1168
To anyone else who hits this issue: Often I've hit this problem where running via the debugger on Android works fine, but running via the installed APK does not.
In this case, the best technique is to run the application on your Android but use Android Studio to connect logcat to your android. When the process crashes, logcat will capture the stacktrace, which will give you a clue what to look for.
Upvotes: 1