hey guys i have a character script setup and i have a problem with the rotation
Quaternion newRotation = transform.rotation;
newRotation.y += animator.GetFloat("turning") * (charSpeed * 0.7f) * Time.deltaTime;
transform.rotation = newRotation;
its rotating very well but it stops on 180 degrees