So I got the crazy idea of making my own PC version of Rock Band / Guitar Hero in Unity. To do so, I need to be able to configure the InputManager in order to detect every button.
Through a little trial and error, I've been able to detect input for the color keys as well as the plus and minus buttons. I can't however for the life of me figure out how to get any input from the strum bar or the D-PAD.
I've been trying different combinations of joystick buttons, input types and input axis.
Any suggestions?