Skip to content
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

Closed
azcodia opened this issue Aug 19, 2019 · 3 comments · Fixed by #61
Closed

how to set the pop out button in flutter unity #33

azcodia opened this issue Aug 19, 2019 · 3 comments · Fixed by #61

Comments

@azcodia
Copy link

azcodia commented Aug 19, 2019

how to change the appearance of the popup out and title apps flutter with unity

@thomas-stockx
Copy link
Collaborator

Hi @azcodia, can you be a bit more clear in what you try to achieve?

@azcodia
Copy link
Author

azcodia commented Aug 20, 2019

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?

@thomas-stockx
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants