flutter-unity-view-widget
flutter-unity-view-widget copied to clipboard
Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
I set on flutter SystemChrome setEnabledSystemUIMode (SystemUiMode. EdgeToEdge); However, this setting was overwritten when unity started, and the switch page could not be restored I wish there was a value...
Is your feature request related to a problem? Please describe. Yes, the documentation regarding Augmented Reality (AR) setup for both Android and iOS is unclear, and the provided steps are...
**Describe the bug** No such module 'UnityFramework' on IOS build Xcode : 16.4 (16F6) unity:6000.1.7f1 Unitypackages: fuw-6000.0.1.unitypackage branch: https://github.com/juicycleff/flutter-unity-view-widget/tree/experimental/unity_6000 After using flutter to export unity6 and configuring it according to...
Google Play support sent out an email today Issue found: Violation of Device and Network Abuse policy We don't allow apps with any code that could put a user, a...
## Description Fix for missing listener release causing duplicate listeners, which leads to Unity app freezing when switching from background to foreground. ## Type of Change - [ ] ✨...
**Describe the bug** When using Unity 6000.2.0 with Android, you will get the following error: ```console FAILURE: Build failed with an exception. * Where: Build file 'C:\\example\android\unityLibrary\build.gradle' line: 130 *...