LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

This version of Unity is unsupported.

PlayerSettings.SetVirtualRealitySDKs

Switch to Manual
public static void SetVirtualRealitySDKs(BuildTargetGroup targetGroup, string[] sdks);

Parameters

targetGroupThe BuildTargetGroup to set the SDK list for.
sdksList of Virtual Reality SDKs.

Description

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

The Player settings Virtual Reality SDK list will be updated to match the list passed to this method.