question

13103730 avatar image
0 Votes"
13103730 asked RobCaplan commented

Mixed Reality Toolkit controller input, how to customize?

Using the default input system profile, we want to disable the thumbstick's backward movement function as the controller is tracked during runtime in certain situations. (Rotation and teleportation enabled) I looked up the source, but I couldn't find boolean and other control functions.

not-supported
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

The hololens-development tag is specific to developing for the HoloLens, Since controllers are rarely used on HoloLens and since MRTK teleportation isn't enabled on HoloLens (you get to walk :) ) I assume that you're targeting some other environment. The mrtk tag on StackOverflow is a likely starting point. There may be better options for specific targets

Some questions that will help narrow down the question

What controller are you trying to hook up and for what target device?
What version of MRTK are you using?
In which environment and version (Unity? Unreal? native?)
How do you have the backwards movement hooked up currently that isn't working?

Some docs that may be useful to start with:
https://docs.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/features/input/controllers
https://docs.microsoft.com/en-us/windows/mixed-reality/mrtk-unity/features/tools/controller-mapping-tool





0 Votes 0 ·
  1. What controller are you trying to hook up and for what target device?
    - Samsung HMD Odyssey+

  2. What version of MRTK are you using?
    - MRTK.Foundation.2.5.1

  3. In which environment and version (Unity? Unreal? native?)
    - Unity(2019.4.3f1)

  4. How do you have the backwards movement hooked up currently that isn't working?
    - MixedRealityToolkit - C# Control
    - Use "Coreservice.TeleportSystem.Disable()" for specific situations during runtime.
    I'm trying to bring the teleport system to a halt but not work

      ![101853-teleportissue.png][1]![101854-notworking.png][2]
    




[1]: /answers/storage/attachments/101853-teleportissue.png

[2]: /answers/storage/attachments/101854-notworking.png

0 Votes 0 ·
teleportissue.png (135.8 KiB)
notworking.png (114.6 KiB)

MRTK is not supported on Q&A, so you'll need to take those answers and a clearer problem description to a site which covers MRTK. StackOverflow's mrtk tag is a good starting point.

1 Vote 1 ·

0 Answers