Turning off Mouse Acceleration

SOSolacex

Member
Hey there.
Recently, I bought the First Person Controller.
I noticed that mouse acceleration is turned on. However, I was wondering where I could turn that off? I looked around a bit, but I could not find anything regarding this matter.
 
The Unity Input component contains all of the settings related to acceleration. Setting the Look Vector Mode to Unity Smoothed or Raw will disable the built in acceleration/smoothing.
 
Weird. Whenever I use either of them, I still experience mouse acceleration. Hence why I figured there had to be some other option in regards to mouse acceleration out there.
 
There isn't from the character controller side of things. If you choose raw the it uses GetAxisRaw to get the input and no acceleration is added.
 
Top