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 been unable to use Vuforia with the plugin on a ios. I followed all the instructions to install. `(lldb) dyld: dependent dylib '@rpath/ARFoundationDriver.framework/ARFoundationDriver' not found...
Following all steps, when I try to compile from Flutter to a real Android device, I´m getting this error: ``` Total compilation time: 455873 milliseconds. Error: Unity.IL2CPP.Building.BuilderFailedException: /Users/joel/Library/Android/sdk/ndk/23.0.7530507/toolchains/llvm/prebuilt/darwin-x86_64/bin/clang++ @"/var/folders/n7/qdccy_41471d67w873834dtr0000gn/T/tmp48FuhM.tmp" -o...
**Describe the bug** Unity does not show up until a hot restart happens. After digging into some code and looking at https://github.com/juicycleff/flutter-unity-view-widget/issues/540 it appears that the issue lay with the...
I have been taking a look at how sending messages from Unity to Flutter works. `AndroidJavaClass jc = new AndroidJavaClass("com.xraph.plugin.flutter_unity_widget.UnityPlayerUtils"); jc.CallStatic("onUnityMessage", message);` We see a new class is created and...
I just trying to build my projects into APK, but it failed. What should i do? This is error in terminal: FAILURE: Build failed with an exception. * What went...
**Describe the bug** I/AudioTrack( 7429): isLongTimeZoreData zoer date time 4 Seconds I/Unity ( 7429): **java.lang.ClassNotFoundException: com.xraph.plugin.flutter_unity_widget.UnityPlayerUtils** I/Unity ( 7429): UnityEngine.Events.UnityAction:Invoke() I/Unity ( 7429): UnityEngine.Events.UnityEvent:Invoke() I/Unity ( 7429): UnityEngine.EventSystems.EventFunction`1:Invoke(T1, BaseEventData) I/Unity...
KeyBoard is not opening for TextFormField in some iOS devices after adding flutter-unity-view-widget
I'm trying to create a simple Unity project accessible in Flutter. But when trying to export using the Flutter Unity Package (https://github.com/juicycleff/flutter-unity-view-widget/tree/master/scripts/FlutterUnityPackage.unitypackage), I receive the following error: "InvalidOperationException: The build...
This errors is from UnityFramework `flutter_unity_widget: ^2020.3.25` Unity version: 2020.3.24f1 ``` Undefined symbols for architecture arm64: "__GoForward", referenced from: _iOSInAppBrowser__GoForward_mF5A7E7C73B9D3C5F141A3FE010CD2B48E55F5E47 in Assembly-CSharp1.o (maybe you meant: _iOSInAppBrowser__GoForward_mF5A7E7C73B9D3C5F141A3FE010CD2B48E55F5E47) "__GoBack", referenced from: _iOSInAppBrowser__GoBack_m1D52C9B9D0FC4DC9BAD42D900BCA523A5366D767...
Flutter button does not appear in unity after importing the unitypackge