Hello there,
When trying to import ARyzon SDK, it gives me instant errors regarding the AryzonPose.cs Assets\Aryzon\Scripts\AryzonPose.cs(17,35): error CS0234: The type or namespace name ‘Interaction’ does not exist in the namespace ‘UnityEngine.Experimental.XR’ (are you missing an assembly reference?)
Assets\Aryzon\Scripts\AryzonPose.cs(18,19): error CS0234: The type or namespace name ‘SpatialTracking’ does not exist in the namespace ‘UnityEngine’ (are you missing an assembly reference?)
Assets\Aryzon\Scripts\AryzonPose.cs(23,31): error CS0246: The type or namespace name ‘BasePoseProvider’ could not be found (are you missing a using directive or an assembly reference?)
Assets\Aryzon\Scripts\AryzonPose.cs(170,25): error CS0246: The type or namespace name ‘PoseDataFlags’ could not be found (are you missing a using directive or an assembly reference?)
Assets\Aryzon\Scripts\AryzonPose.cs(170,39): error CS0115: ‘AryzonPose.GetPoseFromProvider(out Pose)’: no suitable method found to override
Assets\Aryzon\Scripts\AryzonPose.cs(65,22): error CS0246: The type or namespace name ‘TrackedPoseDriver’ could not be found (are you missing a using directive or an assembly reference?)
I tried unity version 2018.1.5f1 and 2019.4.19f1 with no luck in fixing these errors.