You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
I already found the solution but I want to document my finding here. Unity was freezing on Android after successfully sharing.
05-03 17:01:12.637 21769 21769 W Unity : Timeout while trying to pause the Unity Engine.
05-03 17:01:12.643 21769 21769 I Unity : windowFocusChanged: false
05-03 17:01:24.398 21769 21769 W Unity : Timeout while trying detaching primary window.
05-03 17:01:31.239 21769 21769 I Unity : onResume
05-03 17:01:31.295 21769 21769 I Unity : windowFocusChanged: true
The cause was the Minify settings found in Player settings > Player > Minify > Release. I had it on Gradle. I changed to Proguard and that fixed the issue.
Note: Another thread #46 (comment) suggested to try None.
The text was updated successfully, but these errors were encountered:
I already found the solution but I want to document my finding here. Unity was freezing on Android after successfully sharing.
The cause was the Minify settings found in Player settings > Player > Minify > Release. I had it on Gradle. I changed to Proguard and that fixed the issue.
Note: Another thread #46 (comment) suggested to try None.
The text was updated successfully, but these errors were encountered: