vector between two points unity

C#
Vector3 newVector = targetPoint - initialPoint;
Source

Also in C#: