This version of Unity is unsupported.
Method group is Obsolete

PlayerSettings.GetVirtualRealitySDKs

Switch to Manual
Obsolete This API is obsolete, and should no longer be used. Please use XRManagerSettings in the XR Management package instead.

Declaration

public static string[] GetVirtualRealitySDKs(BuildTargetGroup targetGroup);

Parameters

targetGroup The BuildTargetGroup to return the SDK list for.

Returns

string[] Ordered list of Virtual Reality SDKs.

Description

Get the List of Virtual Reality SDKs for a given BuildTargetGroup.

The list returned will be in the same order as it appears in the PlayerSettings window.