Skip to content
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

GLTFExporter never includes the buffer in JSON #312

Closed
vorth opened this issue Oct 24, 2023 · 1 comment · Fixed by #313
Closed

GLTFExporter never includes the buffer in JSON #312

vorth opened this issue Oct 24, 2023 · 1 comment · Fixed by #313
Labels
bug Something isn't working released

Comments

@vorth
Copy link
Contributor

vorth commented Oct 24, 2023

Problem description:

The bug is visible by inspection:

json.buffers[0].uri = uri

The onDone(json) call is performed synchronously, without waiting for the async code setting the uri.

@github-actions
Copy link

🎉 This issue has been resolved in version 2.28.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant