Hello everyone.

The Mixed Reality Forums here are no longer being used or maintained.

There are a few other places we would like to direct you to for support, both from Microsoft and from the community.

The first way we want to connect with you is our mixed reality developer program, which you can sign up for at https://aka.ms/IWantMR.

For technical questions, please use Stack Overflow, and tag your questions using either hololens or windows-mixed-reality.

If you want to join in discussions, please do so in the HoloDevelopers Slack, which you can join by going to https://aka.ms/holodevelopers, or in our Microsoft Tech Communities forums at https://techcommunity.microsoft.com/t5/mixed-reality/ct-p/MicrosoftMixedReality.

And always feel free to hit us up on Twitter @MxdRealityDev.

Hololens apps file extension

Hi,

I have developed a sample application using Unity. I imported the solution to Visual studio.
I deployed my application in hololens also.

1) In file explorer of desktop , Where can i find my solution file of my application?
2) What is the file extension of my app?
3) Iam working on 1machine where my entire application is residing on. How to share the application from 1machine to another machine?

Please help me out.
Thanks in advance :)

Answers

  • @Aishwarya_Chola123

    HoloLens apps are UWP apps.
    You can familiarize yourself with the UWP app packaging process.

    In particular it sounds like you might be interested in Creating App Packages and Sideloading them onto your device through the Device Portal.

    3) Iam working on 1machine where my entire application is residing on. How to share the application from 1machine to another machine?

    If you are talking about moving the project files from one dev machine to another dev machine, if you Built to a new App folder inside the Unity Project folder as suggested in the tutorials and documentation, you should be able to copy the entire Unity project folder to another machine and rebuild there. Note: due to file path dependencies, you may need to delete the generated folders and rebuild from Unity on the new machine.

    HTH.

    Windows Holographic User Group Redmond

    WinHUGR.org - - - - - - - - - - - - - - - - - - @WinHUGR
    WinHUGR YouTube Channel -- live streamed meetings

  • Thanks @HoloSheep

    It worked. I was able to create package so that i could share the application from 1 machine to another.
    How to install my application in hololens app store?

  • @Aishwarya_Chola123

    You should find the info you need for submitting to the store here.

    Windows Holographic User Group Redmond

    WinHUGR.org - - - - - - - - - - - - - - - - - - @WinHUGR
    WinHUGR YouTube Channel -- live streamed meetings

Sign In or Register to comment.