Class WindowsMRBuildSettings
Build specific settings for the Windows XR Plugin package.
Inherited Members
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
[SerializeField]
[Tooltip("Enable holographic remoting support in UWP desktop builds. Enabling remoting will disable Primary Window and XR Plug-in Management Initialize on Start.")]
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
[SerializeField]
[Tooltip("Enable or disable the use of the primary application window for display when running as a WSA application.")]
public bool UsePrimaryWindowForDisplay
Field Value
Type | Description |
---|---|
Boolean |