Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Detecting ControlScheme change without using PlayerInput component?

Discussion in 'Input System' started by pastaluego, Aug 10, 2023.

  1. pastaluego

    pastaluego

    Joined:
    Mar 30, 2017
    Posts:
    193
    I'm reading the PlayerInput script on github and it doesn't seem to publicly show how it's detecting the controlscheme changes.

    I'd rather not use the PlayerInput script so I'm trying to make my own OnControlChange event, but can't seem to figure out how.