Any chance of a lean scripting-only package?

Hiya. Just bought this as very capable pathfinding. However, all the ECS and RVO and component niceties aren’t any use to me and I just want the capabilities to be called from code. In importing the package, I left off the ECS and RVO imports and there were a load of errors. So I’ve imported the entire project, leaving me with a lot of bloat I just need to ignore.

Is there any chance of getting a streamlined pathfinding engine that loses all the extras for those of us wanting to roll pathfinding into our own code? Could also do with an optimised guide just looking at coding as presently I’m reading through a lot of Components to find the scripting stuff.

Cheers!

Sorry. This is not something I’m focusing on in this package.
You can definitely use just the core pathfinding apis. The only component you really need is the AstarPath component.

The ECS is optional, though. As long as you don’t install the entities package, the code will not even be compiled.