Hi! I was working a lot of time with a generic controller in my game and everything worked great.
Now I am testing an Xbox controller (PC) and things go weird. for example right trigger STARTED event triggers left trigger and stuff like that.
I am using enhanced inputs and I found out that this weird stuff happens when this three conditions are true together:
- Running in EDITOR
- Using Xbox Controller
- Steam Running
with generic controller everything is fine
with steam closed and using xbox controller everything is fine
using the Xbox controller with a packaged version (even debug mode) and steam open everything is fine
in short: I cant use the Xbox controller IN the editor with STEAM running because inputs are a total mess…I must swap to other non-xbox controller or close Steam.
any help?