I am making a mobile car game with unity. I would like to move the needle in the speedometer from 0 position to 180 position; representing the rotation degree of my phone. so i don't need the needle to rotate the whole 360 degrees, I want it to stop when reading reaches 180 degrees. I have tried to get the Z- rotation of the arrow when pointing at 0, and the same for 180 degree, and made a Lerp between them, but the needle rotates a whole circle! I don't want the needle to rotate in both clockwise and anticlockwise direction when pointing at 0, I want it to rotate Clockwise,and vice versa when reach 180 degrees, any help?