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** 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...
**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...
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`...
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()...
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...
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...
## 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...
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...
**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...