Assembles together a collection of NavMesh surfaces and links that are used as a whole for performing navigation operations.
Operations are initialized against one world, can use only the NavMeshes inside that world and are not aware of the existence of any other NavMeshWorld.
Copying this object only produces a new reference to the same NavMesh data, it does not duplicate the data in memory.
Important note: Currently only a single NavMesh world can be used and a reference to it can be obtained through the NavMeshWorld.GetDefaultWorld method. In the future, multiple NavMesh worlds will be able to be created and any two of them will be completely isolated from each other.
Additional resources: NavMeshQuery.
AddDependency | Tells the NavMesh world to halt any changes until the specified job is completed. |
IsValid | Returns true if the NavMeshWorld has been properly initialized. |
GetDefaultWorld | Returns a reference to the single NavMeshWorld that can currently exist and be used in Unity. |