I need to find an end point location, given the following information:
Starting point
Vector of travel
Distance traveled
With these three pieces of info, how do I find the (x, y, z) location of the end point? Do I have to do some complex math, or is there a way to do this simply in Unity?