Im using the new input system. The diagonal input (eg upper left) is smaller than than a particular direction (eg left). I would like to have radial distribution from the thumb sticks.
I tried normalizing the output vectors but ist not behaving exactly how i want (Especially in the Controller Yaw and Pitch)
What the best way to do this in Unreal? Should it be done in Blueprint or should it be done in the Input Mapping context via modifiers?
Thank you! That gave me the hint! My problem was using a faulty set up custom curve as modifier in the Input Mapping Context. Now I switched to the standard Exponential Curve Modifier and everything works fine.