flutter-unity-view-widget icon indicating copy to clipboard operation
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

Results 256 flutter-unity-view-widget issues
Sort by recently updated
recently updated
newest added

**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...

bug
android
Flutter issue/bug

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) [√]...

Bulid

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...

Bulid

**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...

outdated

**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...

Bulid

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...

Bulid

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...

Bulid

### 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:...

bug

Visting the [Readme](https://pub.dev/packages/flutter_unity_widget#setup) page, I noted some of the images are now damaged. ![UnityWidget](https://user-images.githubusercontent.com/32497443/121949239-d8348b80-cd1d-11eb-9cae-4da247a15638.jpg)

doc

**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...

bug