Skip to content

Commit 4de096a

Browse files
authored
Merge pull request #11200 from iohao/patch-1
Update navigation_optimizing_performance.rst
2 parents f51498b + 3dad3fb commit 4de096a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/navigation/navigation_optimizing_performance.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Baking navigation meshes at runtime should always be done in a background thread
5353
Complexity of source geometry data parsed from scene tree nodes has big impact on baking performance as everything needs to be mapped to a grid / voxels.
5454
For runtime baking performance the NavigationMesh cell size and cell height should be set as high as possible without causing navigation mesh quality problems for a game.
5555
If cell size or cell height is set too low the baking is forced to create an excessive amount of voxels to process the source geometry.
56-
If the source geometry spans over a very large game world it is even possible that the baking process runs out off memory in the middle and crashes the game.
56+
If the source geometry spans over a very large game world it is even possible that the baking process runs out of memory in the middle and crashes the game.
5757
The partition type can also be lowered depending on how complex the games source geometry is to gain some performance.
5858
E.g. games with mostly flat surfaces with blocky geometry can get away with the monotone or layers mode that are a lot faster to bake (e.g. because they require no distance field pass).
5959

0 commit comments

Comments
 (0)