Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.36 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.36 KB

Creating an app package

  1. Build the application as usual within Unity.
  2. In the Visual Studio project, right-click the project in the Solution Explorer and select Publish -> Create App Packages...

Menu

  1. In the app package window, select Sideloading, uncheck the Enable automatic updates box, and click Next.

Distribution screen

  1. Ensure the app certificate is signed and click Next. The default certificate settings are OK.

Signing screen

  1. Choose the app's output location and ensure the ARM64 architecture is selected (the other architectures can be deselected). Click Create to create the package.

Package screen

Installing package via the device portal

Follow the installation steps from the Windows Device Portal Documentation.

Select the .msix file in the ARM64 folder in the app package created previously. Note you will need to remove any previously installed apps of the same name. This can be done in the device portal Apps view by selecting the app in the Installed apps window and clicking Remove.

Device portal install