Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


windowsDevicePortalUsername

Specifies the Windows DevicePortal username for the device to deploy and launch the UWP app on when using Build and Run.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static string windowsDevicePortalUsername { get; set; }

Remarks

This parameter is only necessary if WDP authentication is enabled on the target device, otherwise it can left empty.
Note: This is not the Windows logon user but a separate credential specific to DevicePortal. Please refer to the Microsoft DevicePortal documentation for more details.