Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

Some Questions About NavMesh

Is NavMesh multi-threaded, can it handle multiple calls at the same time by itself and is it as good as A* Pathfinding Project in the unity assets store?

Unity’s official documentation site doesn’t provide any info about it and there is no info about it on other sites either.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

>Solution :

The calculation of the paths is single-threaded and happens on the main thread.

Updating the agents is multi-threaded.

It is supposed to be pretty optimised but it will use time on your main thread.

According to this post it planned to change that.

How much of an impact that is depends on what kind of project you want to do. If the A* Project you mention is fully multi-threaded it will likely perform better for a large number of agents.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading