Xbox Controller Extreme Input Delay

Hi,

We recently started implementing controller input (XBOX), and we’re having a serious issue with input lag/delay. Sometimes we don’t see it at all, but every now and again, we start experiencing 0.5 - 1 second delays on every input we perform with controller. As in, I press a button, or move a thumbstick, and a second later the action is registered and executed. Keyboard/Mouse is working fine.

It also happens in build, not just editor.

Any clue as to why this is happening?

Thanks in advance!

Hello

If you’re familiar with debugging a project, I would suggest setting some breakpoints around your input functions, or at least the functions that these inputs are trying to call, and see where the delay is happening. It could be another function delaying this behavior. This should let you look back at the previous functions and have an idea. I’ve never seen the issue myself so there isn’t much more I can offer.