juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There is no error when the yellow screen appears in android but the unity screen does not appear

liujunqiang29 opened this issue · comments

commented

There is no error when the yellow screen appears in android but the unity screen does not appear
WX20240424-232254@2x

Are you using flutter 3.19?

It looks like a variation of this 3.19 bug.

Try the workarounds mentioned in that issue (flutter <3.19 or useAndroidViewSurface:true).

Also emulators aren't really supported, testing on a real device is better.