How to get smooth movement like Phantom Forces?


how does phantom forces make the movement look so natural?? well it doesn’t look that natural but it does look good

im not asking how to exactly do that but like what did they do to achieve this?

Probably through camera movement and inverse kinematics. They use IKControls to make the flow-like character movement which you can learn about here and they probably use trigonometric functions and Lerp(linear interpolation) to make smooth camera movement.