Hi every one,
I’m looking for a way to detect which type of input is being used in the game (keyboard or controller), and based on that I’d like to display the corresponding control and action icons in the different menus. Do you have any idea how to implement this?
Thx
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Are you using Input System and AC's integration for it? The ControlsReader prefab includes an "On Set Control Scheme" event field that will be fired whenever a change in the control scheme is detected.
No i don't. I find something on th fandom page but there is no ressource on AC's the dowload page
What's your AC version? As of the current release, it's included in AC itself, available in the New Game Wizard on the Templates page.
My AC version is 1.75.6. MyBe i should update XD
So i update my AC and the new unity input system manualy.
Can i set the Active input handling on both?
Technically yes, but once the template is installed AC will only read its own inputs from Input System.