Hi! Is it possible to make flying agents with this asset?
Depends on what you mean by flying.
But full 3d pathfinding (going over, under and to the sides of obstacles) is not well-supported by this package, I’m afraid.
I wanna bake the air and move a jetpack character in it. So it is not possible then. Thank you.
Just a thought.
Not tested, but just an idea might be possible if you make 2 small graph plane that scan at runtime. 1 horitzontal for x,z movement and a vertical one for y movement. Might be a bit of performance hit since the vertical graph might need to keep rescan, but maybe its possible?