Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

How to disable XRUI Input Module (XR Interaction Toolkit)

Discussion in 'XR Interaction Toolkit and Input' started by datagreed, Sep 11, 2020.

  1. datagreed

    datagreed

    Joined:
    Sep 17, 2018
    Posts:
    42
    I am working on a project with new Unity XR management system amd XR Interaction Toolkit.

    I need a looking at the monitor to be able to use unity ui while user in HMD to be able to use UI in-scene.

    The problem is that when the game is running XRUIIinputModule is being added automatically to the EventSystem and that causes the UI elements for the desktop player to flicker. How can I disable this adding automatically while still getting events for the player in HMD?