The controller handling in the old input manager is pretty bad, sometimes it can report devices with an empty name. I guess something on your system is being counted as a gamepad but there’s no real way to tell what.
I suggest you use the new input system instead. It should be more robust and you can inspect the connect devices using the Input Debugger.
You know man, I gave it a shot - there just isn’t that much community support on it, and I got lost in a major way. I figured I should just stick with the OG manager.
There really isn’t any other way to confirm controller counts?
So I figured out a workaround and wanted to come back here and post it. There really isn’t much help for this particular issue! Considering I’m using the standard Unity input manager v1.
Anyway, here’s what I decided to do - open to any criticism! My coding isn’t incredible.