- Home /
Andoid Back button cause Application Stop unexcpectedly..
Hello,
I build an android project and When I launch the application and press the back button on the device(after waiting for the full loading of my app), the application exit unexcpectedly...( Yes it must exit but not like that :) ) I've tracked the error with android studio and it's a segv.
I get this error when I enable the multithread rendering with unity 5.0.0f4 free edition.
I have also tried with an empty project by binding the back button with :
if (Input.GetKeyDown(KeyCode.Escape)) Application.Quit();
And I get the same error.
Someone have any idea ? Maybe it is a bug from my unity version...
I can confirm - this is a bug. $$anonymous$$oreover you might find out few more bugs with "multithreaded rendering", it has a long story.
Your answer
Follow this Question
Related Questions
UniRPG Error cs0121. 0 Answers
Visual Studio Code doesn't work for with unity 2 Answers
Unity Collaborate window isn't loading,Bug in unity Collaborate 11 Answers
Can't log in to Unity 7 Answers