I have a turret turning as it aims at the cursor position, but I need a way of slowing down the rotation as it now moves instantly to where the cursor is.
Any ideas on how this can be done?
var mousePos = Input.mousePosition;
turretbottom.LookAt(Camera.main.ScreenToWorldPoint(Vector3(mousePos.x, mousePos.y, zDistance)));