Change navigation region and link updates to an async process

Changes navigation region and link updates to an async process.
This commit is contained in:
smix8 2025-05-19 00:54:35 +02:00
parent ca1e4785b2
commit 877da269d8
24 changed files with 1077 additions and 466 deletions

View file

@ -1707,6 +1707,7 @@ ProjectSettings::ProjectSettings() {
#if !defined(NAVIGATION_2D_DISABLED) || !defined(NAVIGATION_3D_DISABLED)
GLOBAL_DEF("navigation/world/map_use_async_iterations", true);
GLOBAL_DEF("navigation/world/region_use_async_iterations", true);
GLOBAL_DEF("navigation/avoidance/thread_model/avoidance_use_multiple_threads", true);
GLOBAL_DEF("navigation/avoidance/thread_model/avoidance_use_high_priority_threads", true);