Version: Unity 6.5 (6000.5)
LanguageEnglish
  • C#
Removed

XRSettings.LoadDeviceByName

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Obsolete XRSettings.LoadDeviceByName is deprecated and should no longer be used. Instead, query subsystem descriptors via the SubsystemManager to create and start the subsystems you need.

Declaration

public static void LoadDeviceByName(string deviceName);
Obsolete XRSettings.LoadDeviceByName is deprecated and should no longer be used. Instead, query subsystem descriptors via the SubsystemManager to create and start the subsystems you need..

Declaration

public static void LoadDeviceByName(string[] prioritizedDeviceNameList);

Parameters

Parameter Description
deviceName Name of the device from XRSettings.supportedDevices.
prioritizedDeviceNameList Prioritized list of device names from XRSettings.supportedDevices.

Description

Loads the requested device at the beginning of the next frame.

This API is deprecated and should no longer be used.