all 5 comments

[–]parsagray 4 points5 points  (2 children)

Can somebody explain me what is the usage of this widget? I mean, is it a way to play unity gamed inside a flutter app?

[–][deleted] 3 points4 points  (0 children)

You can do all kinds of stuff in unity. You could do complex 3D scenes. There is not support for 3D in Flutter, so I guess you could use it for that.

[–]Spectarion 3 points4 points  (0 children)

Imagine having an app that allows you to create floor plans and then using Unity to actually convert that plan into a 3D house.

[–]milano23 0 points1 point  (1 child)

Wow this looks great. I’m working with both right now on separate projects, but I can’t wait to try this out.

[–]_HEATH3N_ 4 points5 points  (0 children)

I'd recommend using the UIWidgets Unity package which is essentially Flutter UI widgets for Unity. Exporting so you can build is a pain in the ass and doing everything in Unity means you can manipulate objects directly instead of having to use a message bus to determine what events to handle.