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

Sticky Window in Hololens Screen

Hi All,

I don't know if its strange question but its a requirement for my project. I am looking for Sticky Window on Hololens screen. It should stick all the time with Hololens screen i am talking about 2D Canvas model which will appear in 3D hololens mode.
Is the possible if yes so how i can achieve with this.

Please check the demo on Unity Play mode. Exactly same is possible ?
https://filebin.net/yaczrmyoycimsmdu

Thanks

Answers

  • Options
    Peter_NZPeter_NZ ✭✭✭

    Have you looked at using tagalong?

  • Options

    If you want it completely stuck to the HoloLens screen I guess you could simply let the canvas be a child of the Mixed Reality Camera.
    However, I would have tried using tagalong first, it's less intrusive towards the user, and easier to control.

  • Options

    @Peter_NZ Yes i did check it out. But Tag along has a distance and I am talking about Sticky Window directly on Hololens Field of View

  • Options

    @tobiasdolsson Ok I did try but it's not working with World Space and Overlay Camera. But i dont know this Hololens is supporting Overlay Camera properties specially for Hololens.

  • Options

    Any Other ideas.....?

  • Options
    Peter_NZPeter_NZ ✭✭✭

    I am not sure what you mean "But Tag along has a distance". Everything in the HoloLens FoV has a distance.

Sign In or Register to comment.