how to get a 3d vector pointing from one position to another code example Example: vector between two points unity Vector3 newVector = targetPoint - initialPoint;