XRSettingsUtilities.LegacyXRAvailable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks if an XR SDK plugin is installed that disables legacy XR. Returns false if so. Also returns false in Unity 2020 and above where Legacy XR has been removed.
public:
static property bool LegacyXRAvailable { bool get(); };
public static bool LegacyXRAvailable { get; }
static member LegacyXRAvailable : bool
Public Shared ReadOnly Property LegacyXRAvailable As Boolean