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
**Describe the bug** On android 12, when I return to the example app from the background, the UnityWidget sometimes turns blank. Reopening the screen with the UnityWidget, or leaving the...
Hi friends, Flutter doctor: ` [√] Flutter (Channel stable, 3.0.2, on Microsoft Windows [Version 10.0.22000.739], locale en-GB) [√] Android toolchain - develop for Android devices (Android SDK version 33.0.0-rc4) [√]...
Hi, We have setup the flutter plugin in windows and install the android sdk and open your demo flutter project and build the apk, we got the below issue. I...
**postJsonMessage not received lon Unity side** I triedbsemding a JSON message to a game object &. method. I should see a unity log when I receive the message but I...
**Describe the bug** I'm trying to build my app on android but it fails with the message: ``` Execution failed for task ':unityLibrary:BuildIl2CppTask'. [ ] > Process 'command '/Applications/Unity/Hub/Editor/2020.1.17f1/Unity.app/Contents/MonoBleedingEdge/bin/mono'' finished...
In Step 7 it says: Open the lib/architecture/ folder and check if there are both libUnityARCore.so and libarpresto_api.so files. There seems to be a bug where a Unity export does...
java.lang.UnsatisfiedLinkError: dalvik.system.PathClassLoader[DexPathList[[zip file "/data/app/in.codedesign.ar_flutter-dEN7sushYIN38EIF0jPO-w==/base.apk"],nativeLibraryDirectories=[/data/app/in.codedesign.ar_flutter-dEN7sushYIN38EIF0jPO-w==/lib/x86, /data/app/in.codedesign.ar_flutter-dEN7sushYIN38EIF0jPO-w==/base.apk!/lib/x86, /system/lib, /vendor/lib]]] couldn't find "libmain.so" The app got installed and got crashed and above is the error. One more thing can you please tell me...
### Hi, whenever i tried to call _unityWidgetController.dispose/unload/pause/postMessage... in dispose the app did nothing with the following error ``` @override void dispose() { super.dispose(); _unityWidgetController.dispose(); } ``` ``` Unhandled Exception:...
Visting the [Readme](https://pub.dev/packages/flutter_unity_widget#setup) page, I noted some of the images are now damaged. 
**Describe the bug** When i create flutter page with UnityWidget and pop this page, Then i open page again, UnityWidget onCreated called, but older unity_widget_controller had live then if i...