Setting up a fresh project and after having built our original with dedicated the ARKit plugin we now want to refractor it for both kit & core but on this fresh project we’re getting
Assets/UnityARInterface/Scripts/ARCoreInterface.cs(8,22): error CS0246: The type or namespace name `GoogleAR’ could not be found. Are you missing an assembly reference?
out of the gate, all we’ve done is import arkit and arcore plugins/packages and then the arinterface folder from the experiemental blog post article from unite.
I could probably rummage around and track down the problem, but wanted to check here incase it’s straightforward.