ECS Tutorial or Examples

Hi, I bought the pro version but haven’t really got into it yet. I am just wondering if anyone knows of tutorials/examples/etc. for ECS integration out there?

I’m thinking switching my project from Unity’s AI Nav to this will be fairly simply, but also switching everything to ECS… :nauseated_face:

Hi

The beta version has a movement script called FollowerEntity which uses ECS behind the scenes.
You can find documentation about that here: FollowerEntity - A* Pathfinding Project

Awesome, thank you! I will check it out.