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

Question Pressing both joysticks opens some sort of debug menu when playing on Editor

Discussion in 'Editor & General Support' started by sergio93, Jan 21, 2023.

  1. sergio93

    sergio93

    Joined:
    Aug 28, 2020
    Posts:
    52
    Hello,

    I am testing a game on the Editor where I have an input consisting of pressing both joystics on the controller but when I do that it also opens a debug menu:

    upload_2023-1-21_16-33-48.png

    Is there a way to disable this behavour?

    Cheers
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,514
    Does it do that in a blank project? If not then it might be some third-party package in your game.

    If it does it in a blank project, perhaps it is some operating system driver thing? Does it do it outside of Unity? In other games?
     
  3. sergio93

    sergio93

    Joined:
    Aug 28, 2020
    Posts:
    52
    So after doing a global search it seems that it is something related to the HDRP. If I just create the HDRP Sample Project this menu thing happens.
     
  4. dgoyette

    dgoyette

    Joined:
    Jul 1, 2016
    Posts:
    4,193
  5. sergio93

    sergio93

    Joined:
    Aug 28, 2020
    Posts:
    52
    That did it! Thanks!