Hi !
So let me just start with statement that I am very new to Unity… I managed to install Unity 2022.3.12f on my Mac machine (failed on Linux) and everything looked ok, and then I imported mapbox_sdk_unity pckage and then I got following 5 problems which have something to do with AR (my target platform in Android at the moment)…
Assets/GoogleARCore/SDK/Scripts/ARCoreBackgroundRenderer.cs(43,17): error CS0246: The type or namespace name ‘ARBackgroundRenderer’ could not be found (are you missing a using directive or an assembly reference?)
Assets/UnityARInterface/Scripts/ARCoreInterface.cs(51,17): error CS0246: The type or namespace name ‘ARBackgroundRenderer’ could not be found (are you missing a using directive or an assembly reference?)
Assets/GoogleARCore/SDK/InstantPreview/Scripts/InstantPreviewManager.cs(32,23): error CS0234: The type or namespace name ‘SpatialTracking’ does not exist in the namespace ‘UnityEngine’ (are you missing an assembly reference?)
Assets/UnityARInterface/Scripts/ARKitInterface.cs(26,17): error CS0246: The type or namespace name ‘ARBackgroundRenderer’ could not be found (are you missing a using directive or an assembly reference?)
I would imagine this has something to do with Unity… Do i need to install something more to support AR… I am trying to go through Mapbox Tutorial, because this is project that I will be using in future for my "game experiment’…
Thnak you in advance for any help.
Andy