Hi!
I followed Brackey’s Third Person Controller tutorial perfectly and indeed everything is mostly working.
I noticed a strange behavior where when turning to left and moving the camera at the same time (Like strafing sideways while pointing to a target) the character will spin forever.
I managed to narrow the problem to some type of issue with Math, SmoothDamp and the way Unity deals with angles, because only turning left and sometimes backpedaling has this issue, turning right and walking forward works perfectly 100% of the time.
Can someone help me fix this?