Rebar Ahmad
Rebar Ahmad
I tested this again and it seems like it's not really working :/ but I will continue working on this. I try to use xcode cli...
Did you try: ```dart @override void didChangeAppLifecycleState(AppLifecycleState state) { switch (state) { case AppLifecycleState.resumed: unityWidgetController.resume(); break; case AppLifecycleState.paused: unityWidgetController.pause(); break; default: } } ``` For more read Flutter's: [WidgetsBindingObserver](https://api.flutter.dev/flutter/widgets/WidgetsBindingObserver-class.html)
@satya131113 I published a new v2 unitypackage. Please use that. There's a little fix for android. And please consider using minimum Unity 2021.* or best 2022.*. Our new v2 unitypackage...
Guys our plugin includes web + improvements from me 😅. I think you need to understand how web is working! This plugin is building Unity for Web in "web/Unitylibrary" where...
I think I have to add a note to README. I think non-web developers and especially guys who don't know how to host websites and how web-apps and domains are...
eventually thix could fix it: https://github.com/juicycleff/flutter-unity-view-widget/issues/620
> Thanks for the suggestion @Ahmadre! Unfortunately though, it didn't change anything for me. > > > > I'm just running a debug build, so I'm not sure proguard is...
> Ah ok, I'll try with 2021! However, I don't see a 2021 unitypackage in the [unitypackages](https://github.com/juicycleff/flutter-unity-view-widget/tree/master/unitypackages) dir, or would it be one of the v4 packages? please use the...
Follow and upvote these Fixes: - https://github.com/juicycleff/flutter-unity-view-widget/pull/616 - https://github.com/juicycleff/flutter-unity-view-widget/pull/617 - https://github.com/juicycleff/flutter-unity-view-widget/pull/618
I have added several fixes to web again in a new [fuw-2022.1.1-v2.unitypackage](https://github.com/juicycleff/flutter-unity-view-widget/blob/master/unitypackages/fuw-2022.1.1-v2.unitypackage), Please use that guys inside: [unitypackages](https://github.com/juicycleff/flutter-unity-view-widget/tree/master/unitypackages)