Stepping over Dynamic Objects

Hello,

I’m investigating pathfinding solutions for a new title that involves a large number of dynamic objects in a relatively small environment. With a grid based solution we’d be looking at maybe 200x200 to 300x300 grid size. My question is does this product handle finding paths over dynamic objects that are within the agent’s step height and of course where the agent would fit?

Thanks,
Alex

Hi

I’m not quite sure what you mean by within the agents step height?
The grid graph can be recalculated during runtime and there are parameters for how large a step an agent can take.