OVRDisplay.displayFrequency can be used on PC after app startsOVRPlugin.BoolGetTrackingTransformRelativePose when it is called before an OpenXR session is establishedAddSurfaceGeometry which takes an additional transformation as parameter. AddSurfaceGeometry automatically handles all Unity to device coordinate transformations now.SetSpacewarp to SetSpaceWarpOVRPassthroughLayer until it's created internallyGetAppPerfStats and ResetAppPerfStats are currently not supported with the OpenXR backend. Workaround: In the Unity editor, go to the Oculus > Tools > OpenXR > Switch to Legacy OVRPlugin menu to switch to the VRAPI backend to continue using Rift MRC. Find detailed information in the Switch between OpenXR and Legacy VRAPI documentation.SetAppSpacePosition/SetAppSpaceRotation to LateUpdate to guarantee that all movement logic has been run before sending new app space pose to the XR plugin.SetMrcFrameImageFlipped to false. For more information, see the Known Issues section in the Spectator Camera user guide.