Search Unity

Editing Input settings via C#

Discussion in 'Scripting' started by pilchardDev, Nov 19, 2017.

  1. pilchardDev

    pilchardDev

    Joined:
    Aug 20, 2016
    Posts:
    40
    Hello, just wondering if I was able to edit values within the Input Manager by using C# scripts? Thanks! :)
     
  2. methos5k

    methos5k

    Joined:
    Aug 3, 2015
    Posts:
    8,712
    Possibly with the new Experimental one (you could look into it), but I don't believe that's possible with the regular one :)

    It is of course possible to write something on your own to modify inputs.
     
  3. TheHighGround

    TheHighGround

    Joined:
    Nov 19, 2017
    Posts:
    68
    You can't you have to build your own system or find one in the Asset Store. It's not that hard to build your own in-house input system if you decide to go that route.