Hi guys,
I have an issue with lerping rotations. When I let the rotation ease with lerp from 0 to 180 it rotates clockwise, when I do the same from 180 to 360, it changes to counterclockwise, as if I used 180 to 0. I tried to use anglelerp, but that did not help as expected.
That means I need the sprite spinning cw or ccw continuously, not swinging back and forth.
Please take a look. Thanks in advance!