The vector from the origin to point is
But this is probably not a unit vector (in fact, it should be easy to tell that it definitely isn't). Recall that a unit vector is a vector of length 1 (that is, ``unit length"). So we just need to scale this vector by dividing it by its length to get a unit vector in its same direction.
The length of this vector is calculated using the 3-dimensional version of the Pythagorean theorem:
Hence the unit vector is
Answer