Version: 2017.1
Removed

VRSettings.isDeviceActive

Cambiar al Manual
Obsolete public static bool isDeviceActive ;

Descripción

Read-only value that can be used to determine if the VR device is active.

When true, Unity is accepting input from the HMD and rendering to the HMD's display(s). This can become false if a device is disconnected, a device could not be intialized (see VRSettings.LoadDeviceByName), or VRSettings.enabled is set to false.

La salida VR se refleja automáticamente en la pantalla principal (si corresponde). Esto se puede controlar con VRSettings.showDeviceView.

The main window is still controlled by Screen and related APIs.