Question by
supershkolnik300 · Apr 28 at 08:21 AM ·
androidcrashmonoerror build
Got a SIGSEGV while executing native code. On Android app
Error from logcat I am getting this error after clicking button in menu after playing in main scene. This error only appears in android build. I have only menu scene and game scene in project. All is well working from the start, but if I load the game scene and then go to menu, game crashes on button click.
error-from-logcat.txt
(518.2 kB)
Comment
Answer by supershkolnik300 · May 04 at 08:20 AM
The problem seems to be solved. I changed scripting backend to IL2CPP from Mono.