mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
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:
parent
ca1e4785b2
commit
877da269d8
24 changed files with 1077 additions and 466 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue