Hi,
I’m trying to convert AR Interface experimental implementation to AR Foundation which is now available as preview package, alas I’m encountering this error:
BuildFailedException: "ARCore Supported" (Player Settings > XR Settings) refers to the built-in ARCore support in Unity and conflicts with the "ARCore XR Plugin" package.
I have an app, where AR is only optional, I cannot uncheck that as otherwise I’ll force app to be built with Android SDK 24+ which is not desired… There was a similar problem with older unity versions when building AR Core plugin apps which was fixed in 2017.4, can this be done for AR Foundation as well?
BuildFailedException: ARCore Required apps require a minimum SDK version of 24. Currently set to AndroidApiLevel16
With AR Interface I was able to ship iOS/Android implementation of AR but Android is a bit buggy, so I want to switch to a newer and official Unity supported XR implementation.
Any solution?