Unity-Technologies / uaal-example

Other
736 stars 234 forks source link

AndroidX seems to break the player #22

Closed v-erse closed 4 years ago

v-erse commented 4 years ago

Hope this isn't a bad place to ask this.

I tried to migrate the project to AndroidX using the instructions Flutter provides here

The project then builds, but when I try to load Unity the whole app crashes. How do I handle this?

Cliabhach commented 4 years ago

Is there any stacktrace or error in the console?

v-erse commented 4 years ago

I ended up figuring it out, it was a mistake on my side, no problems with the library. Should have closed this when I solved it myself, sorry!

ROBYER1 commented 3 years ago

Is UAAL working fine with Flutter in the android studio/Xcode project?

superbderrick commented 3 years ago

https://github.com/juicycleff/flutter-unity-view-widget it might be helpful

ROBYER1 commented 3 years ago

https://github.com/juicycleff/flutter-unity-view-widget it might be helpful

Already spent a few working days trying to get that plugin working and it's about as reliable as the 113+ open issues would suggest. UAAL just works and has a good simple setup guide.