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

# Description ## Problem The loadedCallbackPending variable was not being properly managed, causing potential race conditions and unnecessary frame invalidation calls during Unity player initialization. The guard condition in invalidateFrameIfNeeded()...

Is it possible to run a WebGL build on Android by loading it from localhost in a WebView? I want to use the same WebGL build across all platforms, but...

question

**Describe the bug** When launching my app with flutter run I cannot access debug mode. I get a blank screen and no logs. After 60 secs I get "The Dart...

**Describe the bug** The app crashed after setting GPU Frame Capture to Metal **To Reproduce** Steps to reproduce the behavior: 1. Use the example Unity build UnityLibrary for iOS 2....

I'm using UnityWidget on one page of my project, and when the user opens that page, it takes a long time to load. I tried setting runImmediately = true on...

## Description This PR introduces a fix for the ANR (Application Not Responding) issue: `com.unity3d.player.UnityPlayer.nativeRender` in the flutter_unity_widget package. The ANR issue was caused by attempting to send Unity messages...

**Describe the bug** I'm trying to run the unity player on flutter web with wasm enabled, but it gives me this error: `TargetPlatform.macOS is not yer supported by the unity...

enhancement

**Describe the bug** Unable to build app for Android, errors: FAILURE: Build completed with 2 failures. 1: Task failed with an exception. ----------- * Where: Build file 'C:\Users\burac\Desktop\Apps\unipeople\android\unityLibrary\build.gradle' line: 2...

Hi, I'm currently working on a Flutter app and would like to export Unity into an external Flutter plugin. The purpose of moving Unity integration to a separate plugin is...

`Error in postUnityMessage: MissingPluginException(No implementation found for method unity#isReady on channel plugin.xraph.com/unity_view_0)` **OR** `MissingPluginException(No implementation found for method dispose on channel unity_view_0)` **To Reproduce** Steps to reproduce the behavior: 1....