Currently, I’m attempting to create drone-like weapons for my game which basically lock onto targets. I’ve been wondering if it’s possible to use pathfinding service to generate paths which ignore gravity and create paths through the air for this use case. Is this possible, if so how?