|
@RaananW @DiogoNeves is this the proper way to use navmesh in babylonjs? https://github.com/firdodev/tetrisBabylon/blob/68dca50cf83dd76a4873a0e1c88de97d20455173/package.json |
Answered by
unicomp21
Oct 2, 2022
Replies: 2 comments 2 replies
|
nevermind, figured it out. the docs need to highlight the need to call "await" in order to load the library before using it. |
2 replies
Answer selected by
RaananW
|
// eslint-disable-next-line @typescript-eslint/ban-ts-comment followed by: before using the navmesh stuff. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nevermind, figured it out. the docs need to highlight the need to call "await" in order to load the library before using it.