Hello everyone, I have a seemingly easy question, but I haven’t found the answer. I have two actors, one is standing still and can only rotate, the other can move. I need to know in which direction the second actor is moving relative to the first.
well you can get the normalized velocity off the moving actor to know its direction.
and you can use dot product to compare their directions