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

Fixing an issue in holotoolkit

i made a simple fix to holotoolkit, How can i check it in? for pushing my branch, I dont have permissions, I have forked, the problem is that the WorldAnchorManager was putting the CreateAnchor request in a queue but delete was immediate,

this was causing issues as if you created and anchor and immediately deleted it could delete before creating.
Fixed by putting the delete request also in the queue and after dequeuesing

Tagged:

Answers

  • Options

    Fork the repository, commit your changes into your forked repository, then use github to create a pull merge request and here. Someone from the HoloToolkit team will review it, and if the deem it appropriate, they will merge it into the master branch.

    Dwight Goins
    CAO & Founder| Independent Architect | Trainer and Consultant | Sr. Enterprise Architect
    MVP | MCT | MCSD | MCPD | SharePoint TS | MS Virtual TS |Windows 8 App Store Developer | Linux Gentoo Geek | Raspberry Pi Owner | Micro .Net Developer | Kinect For Windows Device Developer
    http://dgoins.wordpress.com

Sign In or Register to comment.