Game crashes at start on adroid, but only with installation

Hi, my game works perfectly launching it on windows and android (using my lenovo p2), and once packaged it works as well (on windows). But if i package it for android and then install it it crashes after few seconds after showing splashscreen, i don’t know what to do nor how to debug it. Strangely an old version of the game worked but now it seems it doesn’t work anymore and I can’t figure out which change might have caused the issue. This is particularly annoying because we were going to start a beta test!

Thanks for your help!

Maybe there is a problem with the splashscreen i had a problem with the resolution of the image i used, to debug the android logcat is useful, maybe try posting it here so i can help you a little more

Mhm don’t think that could be the issue because the problem persists with default splashscreen as well. Anyway how do I get the logcat?

Open cmd in a folder using shift click, then use the command adb logcat > log.txt it will create “log.txt” in the folder you opened cmd

ok I should have removed useless lines, here’s all of the rest

Ok I solved the problem by myself, something wrong with texture sizes.