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** I have two unity scenes, Loading and Second one. The loading scene works well. I can see it, but when this scene switches to another one, the...

help wanted
ios

**Describe the bug** If you touch the screen with your right hand while holding down the screen with your left hand, the OnPointerUp event is not called. If you build...

Flutter issue/bug

In our project we have the need to store the Unity exports in a different directory than `ios/UnityLibrary/` / `android/unityLibrary` respectively. For now we change `androidExportPath` and `iosExportPath` in `Build.cs`...

enhancement

We were trying to integrate unity game using flutter plugin "flutter_unity_widget: ^4.2.1" & using unity framework version "Unity 2019.3.13f1" build is getting failed in iOS(Xcode). I've attached error screenshot for...

Hello, I have a home screen were unity scene is located. On that screen I have a menu with a account button. When clicking on the account button the unityWidgetController.pause()...

bug
android

If to use unity player widget with any other plugin recording sounds the app craches with error `exception 'com.apple.coreaudio.avfaudio', reason: 'required condition is false: IsFormatSampleRateAndChannelCountValid(format)'` how to disable unity player...

help wanted

I've read everything here! Every issue and i cannot get this plugin to run for our own project. Undefined symbols for architecture arm64: "__NativeShare_Share", referenced from: _NativeShare__NativeShare_Share_mD7B457EC2F4BDC61F28DFF4BA10097FBB9575E50 in Assembly-CSharp-firstpass.o (maybe...

Bulid

## Description Flutter 3.0 broke the default android platformview (https://github.com/juicycleff/flutter-unity-view-widget/issues/584), rendering the unity widget in the wrong location. According to https://github.com/flutter/flutter/issues/103630#issuecomment-1190733675, this is now fixed in Flutter beta releases. If...

android
important info

WorkingDir: /Users/jdny/Desktop/demoProject/demo/flutter_application_1/android/unityLibrary/build/il2cpp_arm64-v8a_Release/il2cpp_cache/buildstate ExitCode: 0 Duration: 0s147ms Build succeeded with 2 successful nodes and 0 failed ones ✓ Built build/app/outputs/flutter-apk/app-debug.apk. Connecting to VM Service at ws://127.0.0.1:61577/UunmxY9siW4=/ws D/hw-ProcessState( 8262): Binder ioctl to...

android
Build

**Describe the bug** This is a bug that occurs when a UnityWidget is kept alive in the widget tree, but hidden by another widget. In the following example the UnityWidget...

help wanted
Bulid