Using Unity 2018.2.15f1 64bit and arcore-unity-sdk-v1.5.0
In the ScoreboardController.cs script, CreateAnchor() method, the line
anchor = detectedPlane.CreateAnchor ( new Pose (anchorPosition, Quaternion.identity));
raises the error: Cannot implicitly convert type 'GoogleARCore.Anchor' to 'UnityEngine.AnchoredJoint2D'
Using Unity 2018.2.15f1 64bit and arcore-unity-sdk-v1.5.0
In the ScoreboardController.cs script, CreateAnchor() method, the line
anchor = detectedPlane.CreateAnchor ( new Pose (anchorPosition, Quaternion.identity));
raises the error: Cannot implicitly convert type 'GoogleARCore.Anchor' to 'UnityEngine.AnchoredJoint2D'