timbotimbo
timbotimbo
## 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...
**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...
**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...
This fixes some compilation errors due to changes in function signatures in UE5. I was able to run this in 2D mode without issues, but haven't looked into stereoscopic 3D....
### Description Once the camera flash is triggered by taking a photo (FlashMode auto or always), it will not turn off again. The flash LED stays lit like a torch,...
## Description A Unity widget shown in a Virtual Dispay platform view, will not properly resize on Flutter versions > 3.16.x. This resize can be triggered by things like the...
## Description This bug was first described in a larger issue #903, I'm just splitting it into a separate issue specific to this error. On some Unity versions, android devices...
**Describe the bug** When using this widget with the default settings on Flutter 3.16, the widget is invisible on Android < 10. I recommend not going past Flutter 3.13.9 for...
## Description If your Unity project uses `XR Plugin management` 4.4 or higher, you get an error when building on android. https://github.com/juicycleff/flutter-unity-view-widget/issues/844 ``` Project with path 'xrmanifest.androidlib' could not be...
## Description I see that there is a new 2022.2.1 plugin version on pub.dev. However there is nothing on the master branch that even hints that this version exists. If...