How to automatically make navmeshes on procedually generated terrain with a script?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By BellKitsu

Ok, but I just hit a roadblock.

NOTE: I AM NEW!

I replicated the custom chunks made by Codat.

First of all, I need a navmesh to make my RTS thingy (made following Miziziziz’s tutorial) work. The units need navmesh to move, but the navmesh cannot manually bake itself and since it is on procedualy generated terrain, I need an automatic baking script.

I tried to find sources on the internet but every answer does not seem to show me how to make an automatic navmesh?

Is there any way to make an automatic script so every chunk has a navmesh that units can travel to everywhere, even on other chunks?

:bust_in_silhouette: Reply From: Lola

I think it’s not possible in 3.x (see this) without basically re-making the feature yourself.
Things have changed in 4.0 but it’s not even in alpha yet.

That said you might don’t need the exact editor feature for your terrain. If you generate it yourself maybe you can generate the navmesh alongside it.