Rotation de l'unité entre 2 points

transform.rotation = Quaternion.FromToRotation(Vector3.up, v3Pos2 - v3Pos1);
Silly Skylark