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

Holo Toolkit Tap to Place Issue

I'm using the TapToPlace form the HoloToolkit in order to move the hologram (duh). But on runtime, i cant seem to get any response from the script, only from another script that i created that uses the IInputClicker interface.

On a blank scene, the TapToPlace does not still seem to respond and the AnchorManager projects the hologram on a point far away from the origin, in the range of the +/- 40's.

Thanks

Answers

  • Options

    How are you starting the TapToPlace? You may need to have IsBeingPlaced set to true on your gameobject so that it automatically starts. Otherwise it doesn't start until you tap the object once. And the object will need a collider on it to register the tap to start if you are trying to start it via a tap.

    Taqtile

  • Options

    I have a collider on my object. But even the example project is giving me an issue where the tap doesn't register.

Sign In or Register to comment.