-
Notifications
You must be signed in to change notification settings - Fork 533
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
When re-open app untiy run error. #230
Comments
But when I close app and re-open again, unity has error: |
@qiuguian please just call unitycontroller.quit in the flutter lifecycle manually before the app closes. I will release a fix for this and also create a video tutorial for both dev and production release. |
@qiuguian the reason for this is that Unity player is still hanging on to memory and so quitting and starting again should fix this issue. |
@juicycleff Thank you for response, but I had tried two days, quitting and starting again can't not fix this issue. Can you fix in the plugin? |
Why Unity player is still hanging on to memory when I close the app and start again? |
Please help me to fix it! My project urgent, Thank you very much! |
I would kindly appreciate a fix for this issue too as I am planning to release an app with this library in it, thank you for the efford 👀 |
@ilkercankaya @juicycleff I fix it by use PlatformViewLink Widget instead of AndroidView Widget: |
@qiuguian I hadn't had enough time to work on it but I am working on it now. Nice to know you've fixed it with that |
First time install app and run into unity page, it gos well
The text was updated successfully, but these errors were encountered: