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 505 forks source link

Update AR Foundation instructions and fix missing XRmanifest.androidlib #911

Closed timbotimbo closed 1 week ago

timbotimbo commented 6 months ago

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 found in project ':unityLibrary

You need to add an include to settings.gradle to handle this.

Changes

Type of Change

This PR is somewhat related to https://github.com/juicycleff/flutter-unity-view-widget/pull/908, as ARFoundation will crash on recent unity versions without that fix.

CristovoXDGM commented 5 months ago

@juicycleff please merge this, we need updates for this current version of the plugin

timbotimbo commented 1 week ago

Replaced with #960 to also update vuforia.