unity rotation between 2 points

Code Example - unity rotation between 2 points

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