andriyDev / bevy_landmass

A crate for Bevy to use landmass.
Apache License 2.0
7 stars 1 forks source link

Add reporting mechanisms for why agents aren't moving. #5

Open andriyDev opened 1 year ago

andriyDev commented 1 year ago

We need to know why agent's aren't doing anything! Some obvious errors to report:

andriyDev commented 11 months ago

This is pretty much resolved with AgentCurrentState and AgentState. We still don't have stats for path searches, but that depends on https://github.com/andriyDev/landmass/issues/8.