The Unity Device Portal allows you to build and run Universal Windows Platform (UWP) apps to a remote Windows 10 device (such as HoloLens) directly from the Unity Editor, without the need to generate a Visual Studio project. This means you can make faster iterations when you test your Unity Project.
This feature is only available for UWP; you cannot use it with Windows Standalone player.
To use the Windows Device Portal Deployment, you need some understanding of the Windows Device Portal. For more information, see Microsoft’s documentation on the Windows Device Portal.
To access the Device Portal settings:
Open the Build Settings (menu: File > Build Settings).
In the Platform list, select Universal Windows Platform.
Navigate to the Build and Run on property, and from the drop-down, select Remote Device (via Device Portal).
Note: You can use the Executable Only build type with Device Portal deployment. This makes iteration times faster on devices like HoloLens.
You can now enter these Device Portal parameters:
Setting | Function |
---|---|
Device Portal Address | Enter the IP address and port number for the Device Portal. You can get this from the Windows Developer settings (see Obtaining the Device Portal Address, below). |
Device Portal Username | Enter the username for the Device Portal. This is optional if you enable WDP authentication. |
Device Portal Password | Enter the password for the Device Portal. This is optional if you enable WDP authentication. |
Unity saves the Device Portal Address and Device Portal Username fields in the Project settings. For security reasons, Unity doesn’t save your Device Portal password, so you might sometimes need to re-enter it (usually when you restart the Editor or load a new Project).
To get the Device Portal address, go to the Windows Developer settings and navigate to Connect using (see the screenshot below). Find the type of connection you want to use to connect the Editor to the remote device. Copy the connection address string exactly as it appears in the Windows Developer settings and enter it into the Unity Build Settings > Build configuration > Device Portal Address field. This address contains both the IP address and port number.
For example, in the screenshot below:
The Wi-Fi address is http://10.1.163.217:50080
The localhost address is http://localhost:50080
When you have completed the setup for UWP Device Portal, click Build and Run. This builds the UWP app, deploys it to the remote device, and launches it.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.