-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: NavMesh.buildPolysFromGridMap is not a function #37
Comments
Ahh, thanks! I think I added that feature but then never created a new publish. I'll take a look today. |
very kind of you :) |
with navmesh 2.2.1 its still the same problem :( |
Only after publishing that new release earlier did I realize the root cause is a misconfigured webpack output which only ever grabs the "default" export and ignores the rest of the exports 🤦. Fix is in the works, just testing before publishing. |
Alright, v2.3.0 should be live now for all the packages with the fixed exports! |
Running this code gives the error:
TypeError: NavMesh.buildPolysFromGridMap is not a function
i think something woth the exports dosnt work
The text was updated successfully, but these errors were encountered: