-
Notifications
You must be signed in to change notification settings - Fork 525
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
how to set the pop out button in flutter unity #33
Comments
Hi @azcodia, can you be a bit more clear in what you try to achieve? |
sorry, so I already have a popup display, and this pop up appears if I want to exit unity, the problem that appears is the size of the popup display is too small, and I want to change the size of my popup, which is my question, can I change the size of this popup on flutter, or should I change it to unity? |
If you're rendering the popup in Unity, you should change the scale in Unity. If it's a Flutter popup, you should change the size in Flutter. Both Unity and Flutter run completely independent of each other, they just allow communication between the two environments. |
how to change the appearance of the popup out and title apps flutter with unity
The text was updated successfully, but these errors were encountered: