juicycleff / flutter-unity-view-widget

Embeddable unity game engine view for Flutter. Advance demo here https://github.com/juicycleff/flutter-unity-arkit-demo
BSD 3-Clause "New" or "Revised" License
2.09k stars 504 forks source link

Build gradle stuck #949

Open lorisgir opened 1 month ago

lorisgir commented 1 month ago

When I try to run unity targeting x86 and x86-64 (Chrome OS) on Android Emulator, "flutter run" get stuck at this point:

Starting: $PROJECT_PATH/android/unityLibrary/src/main/Il2CppOutputProject/IL2CPP/build/deploy/bee_backend/linux-x64/bee_backend --verbose --threads=16
--profile="$PROJECT_PATH/android/unityLibrary/build/il2cpp_x86_Release/il2cpp_cache/buildstate/backend_profiler0.traceevents" --beedriver-listener --dagfile="$PROJECT_PATH/android/unityLibrary/build/il2cpp_x86_Release/il2cpp_cache/buildstate/bee.dag"
--continue-on-failure FinalProgram
[        ] WorkingDir: $PROJECT_PATH/android/unityLibrary/build/il2cpp_x86_Release/il2cpp_cache/buildstate

Any solution? Im on ubuntu

timbotimbo commented 1 month ago

Given the amount of random build issues i've seen on ubuntu/linux that don't happen on windows or mac, this is more likely to be related to unity+ubuntu than the x86 export and emulator.

You might find something if you look at other issues with the linux tag.

Saraiv commented 1 month ago

I experimented on both on linux and windows and keep getting stuck at this exact point after adding the build to my flutter project. Did you find any solution?

lorisgir commented 1 month ago

Sadly not. I could only managed to make it work with a MacBook