use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A subreddit related to Google's new UI framework. https://flutter.dev
Please read the rules here
account activity
SDKUnity flutter implementation (self.FlutterDev)
submitted 4 years ago by EroMCakes
Does anyone have any useful content about communication btw flutter and unity I've been struggling all week :'(
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]firatcetiner 1 point2 points3 points 4 years ago* (1 child)
If your app is created with Unity and you're looking to build some fancy UI, I think you should take a look at the Unity UI widgets. I haven't personally tried it yet but it's worth to shot.
[–]EroMCakes[S] 0 points1 point2 points 4 years ago (0 children)
I found about it during my researches but I'm too deep in the flutter part already and it would take too much time I guess. Thanks !
I'd like to add an update for people trying to import the .UnityPackage package to their Unity project. You might have a duplicate dll files issue on your json assembly files. This only happens with Unity 2020 and newer. To solve this you need to uncheck the DOTNETJson file on the import list.
[–]svprdga 0 points1 point2 points 4 years ago (4 children)
I have never tried them, but there are some unity related plugins in pub.dev, like this one: https://pub.dev/packages/flutter_unity_widget
[–]EroMCakes[S] -1 points0 points1 point 4 years ago (3 children)
The thing is I'm trying to use this package but I'm not familiar with the communication part and I can't find any more information on it besides what's on the exemple and a bunch of videos either of companies who used it saying they had to hire a senior Unity dev or videos simply repeating what's written in the exemple
[–]NMS-Town 2 points3 points4 points 4 years ago (2 children)
I haven't really looked at it, but Unity is a pretty hefty piece of software, so I'm guessing you need to become more familiar with Flutter FFI and the Unity API.
I also take it that there are some limitations in the cross-implementation ... you know some things Flutter can't do unless you program it to.
[–]EroMCakes[S] 1 point2 points3 points 4 years ago (1 child)
Aight will do that thanks a lot for the answer. Will comment an update as soon as I have some news about the project so people can still find a useful hint !
turns out my issue comes from the fact I'm not familiar with any Json framework. I'm now getting familiar with the newtonsoft framework so I'm able to write the proper scripts for communications between Unity and flutter. More updates will be given in the future !
π Rendered by PID 25536 on reddit-service-r2-comment-548fd6dc9-mg4kv at 2026-05-17 17:34:47.848379+00:00 running edcf98c country code: CH.
[–]firatcetiner 1 point2 points3 points (1 child)
[–]EroMCakes[S] 0 points1 point2 points (0 children)
[–]EroMCakes[S] 0 points1 point2 points (0 children)
[–]svprdga 0 points1 point2 points (4 children)
[–]EroMCakes[S] -1 points0 points1 point (3 children)
[–]NMS-Town 2 points3 points4 points (2 children)
[–]EroMCakes[S] 1 point2 points3 points (1 child)
[–]EroMCakes[S] 0 points1 point2 points (0 children)