[I had to put this into scripting support because I’m not sure what other category this would fit into]
Hello. I’m making an FPS engine for my game, but I’ve noticed a pretty bad problem when it comes to using MouseDeltaSensitivity.
Whenever you aim down sights with any gun, you can use the scroll wheel to modify your mouse sensitivity so that you can adjust for many different conditions. I’ve noticed that when this is set too low, trying to look side to side becomes incredibly choppy and unresponsive. This does not apply to looking up and down for some reason.
This issue is most noticeable with something like a sniper scope, which it just so happens to cause the most issues for.
Below is an attached video demonstrating how you can use the scroll wheel to dynamically change your sensitivity, and then showcasing the problem I am having.
I do not have any code ingame that modifies the way camera panning works.
Any help is appreciated.