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.

Detection of subobjects

I have one general class of objects that has few subobjects. I am using Holograms 211 to move these subobjects, but they are not detected, when I look at them and hand is not detected.

Tagged:

Answers

  • dbarrettdbarrett ✭✭✭

    You should explain a little more what your problem is in detail. Do your objects have colliders on them?

    AR Developer

  • In Unity hierarchy is like:
    -Managers
    -Cursor
    -Cube
    -Figure
    ---Type1
    ---Type2

    Figure itself is not shown as hologram, just Type1, Type2 and Cube. For Cube gaze and hand are detected, but for objects Type1 and Type2 not.
    All objects have box colliders.

  • dbarrettdbarrett ✭✭✭

    What do you mean by detected exactly?

    AR Developer

  • Gaze is not focused on these objects. When hand is detected by hololens, I can't perform any gestures. HandsManager.Instance.FocusedGameObject is equal to null

Sign In or Register to comment.