Simulating a forest ecosystem

Hi,

I’m working on a project where I want to simulate a small forest ecosystem with about 100 agents.

Including herbivores, carnivores, etc.

What kind of A* setup is advised here? Will the generic grid A* with AIpath Agents be sufficient.

Please suggest.

Hi

Depends on the size of your world.
A recast graph would be best for a larger world. A grid graph can work well for a slightly smaller world.
AIPath would probably work well.