-
Notifications
You must be signed in to change notification settings - Fork 555
White screen issue #902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Flutter 3.19.2 • channel stable • https://github.com/flutter/flutter.git I found i had the same issue when navigating between views. This is different from the flickering you get, which was solved by setting the MaterialPage Route transition duration to 0. The white screen occurs a bit randomly, sometime the first view will load and display the unity scene, and the second page will be blank. Sometimes its the other way around, The first screen will be white and the second view will load. Going backand forth shows that one view works and the other doesn.t I solved this by setting I might add that when i get the white screen, i know the unity scene is runnig, because i can see the logs from a coroutine. |
@emileswain your issue has a different cause. This is fixed on the flutter master branch, so it might be in 3.21 or whatever version number that gets. |
cool, thanks. |
Uh oh!
There was an error while loading. Please reload this page.
Facing white screen issue while navigating to other screens and whenever we are going and coming back to the application.
Unity version 2021.3.11f1
Flutter version 3.3.10
fuw-2022.1.7f1.unitypackage
The text was updated successfully, but these errors were encountered: