-
Notifications
You must be signed in to change notification settings - Fork 534
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
unitywidget have a bug #290
Comments
@JuneLeo It seems weird though. But will look at it |
I'd like to ask you a question |
I solved the problem by using TextureView replace SurfaceView; |
@JuneLeo can you explain further, or link to the code where you replaced SurfaceView with TextureView? |
@nmfisher did you manage to find the location where we need to replace the code? |
@MaxymShtoyko I had to figure this out on my own. I documented my steps here: I doubt the performance drop will be worth it, though. I feel like I could find a proper workaround for layering/compositing that uses the SurfaceView, but I simply don't have the time at the moment to really get into the internals of Android's rendering layer. |
flutter/flutter#72960
The text was updated successfully, but these errors were encountered: