I built a app folder for hololens in Unity.
I try to install it in Hololens with Windows Device Portal, only the file whose type is .appx or .appxbundle is allowed. And all the built files have been searched that no files with ,appx or .appxbundle in it.
Which step I do wrong in ?
Thanks for your answer.
Hello everyone.
Set up
Open up Unity. If this is your first time using the editor, you will be prompted to sign in or sign up. I’d recommend Unity Personal unless you plan on monetizing your app.
After you sign in, create a new project and enter in a name. You should be greeted with this screen after the project completes the initial setup.
Right click on the Assets folder in the bottom left corner. Navigate to Import-Package → Custom Package, and open the HoloToolKit unity file we downloaded earlier. A Unity popup will appear, click All and import the assets.
Next, we’ll create our scene. Select File → New Scene and save it as Main.
Read more…
https://www.youtube.com/watch?v=i4OWDfx_w0M
Source: Chad Carter Youtube Channel (https://www.youtube.com/channel/UCRgZDfuyZLiQTo-lzzNI_oQ)
Thanks
OpenXcell