Open gmarty opened 1 year ago
Hi @gmarty — see #48. Unfortunately the dependencies of this project are pretty old, and the lack of a stable and documented Recast WASM build has become a big obstacle. I'm no longer able to keep this project working. 😞
I try to run the server locally. I can access the example page on port 9966, but the server that generates the nav mesh on port 3000 doesn't load (connection refused). Here's the steps I follow:
nvm use 10
.pyenv global 2
.npm install
.npm install -g now
(This bit is missing from the documentation).npm run dev
.Build
button.Result: An
Oops something went wrong
alert is shown, no navmesh is generated.Expected: A navmesh is downloaded from the server and shown in A-Frame inspector.
How can I generate navmesh locally?