Class WindowsMRBuildSettings
Build specific settings for the Windows XR Plugin package.
Namespace: UnityEngine.XR.WindowsMR
Syntax
public class WindowsMRBuildSettings : ScriptableObject
Fields
HolographicRemoting
True if we want to use holographic remoting in a UWP desktop build, false otherwise.
Declaration
public bool HolographicRemoting
Field Value
Type | Description |
---|---|
Boolean |
UsePrimaryWindowForDisplay
Enable or disable the use of the primary window for XR display.
If enabled the XR Plugin will attempt to take over the CoreWindow instance of the player for reuse. If disabled then the plugin will create a new secondary CoreWindow+View to use.
Only applicable for XAML based applications.
Declaration
public bool UsePrimaryWindowForDisplay
Field Value
Type | Description |
---|---|
Boolean |