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.

Spawning objects onto the world mesh

So I'm having trouble trying to spawn my objects (on the app startup) onto the world mesh (e.x. a cube on a table) and currently they are just floating in space and spawning relative to the user's camera. I've followed through the 230 Planetarium tutorial and tried to implement the SpatialProcessing, Placeable, Interactable and SpaceCollection scripts into my project however the issue is that my project uses the HoloToolkit input/gesture system but the Planetarium project uses an older version so there are some compatibility issues (for example, GestureManager no longer exists). I was wondering if there was an easier way to implement spawning the objects using scripts from the HoloToolkit

Thanks

Sign In or Register to comment.