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.
Options

Cached app data. Hololens does not show new app version

Hi,
Just noticed all updates for my new app for hololens does not deployed there. I am not sure where is a problem: Hololens or Visual Studio.

For example very simple project with teapot:
-The first app version has gold teapot.
-The second app version has blue teapot.

I have been tested in Unity using Webcam and everything is ok, I can see the second version. But when I deploy to hololens I can see only the first version.
I also removed old app from Hololens using App Manager at Device Portal, before to build from Unity the new app I also deleted all App folder and change the app version in Player setting, but it does not help.
Did not helped deployment method change from uploading app from Visual studio to making App bundle package.

Answers

  • Options

    @Dmitrijsmok,
    When you changed the material, did you rebuild in Unity before building in Visual Studio? If not, Visual Studio will have outdated resources and you will not see your change.

    This is one of the most common mistakes I make when building my applications.

    Thanks!
    David

  • Options

    Thank you @DavidKlineMS,
    Yes, I already deleted all old files in App folder before building new one. It does not help.

Sign In or Register to comment.