Hello. I have arrow sprite with pivot on the start of the arrow.
Now I need to rotate that arrow in 2d so it always points towards the mouse. It needs to be done with lerp or slerp so when I move mouse too fast, it doesn’t jump there but it slowly slides to that position.