0 votes

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?

Godot version 3.3.3
in Engine by (17 points)

1 Answer

0 votes

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.

by (734 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.