We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
GLB files using Draco or KTX2 could not be uploaded as custom avatars.
To Reproduce Steps to reproduce the behavior:
Expected behavior
Uploading can be done without any errors.
Screenshots
Hardware
Additional context
This problem is probably caused by the Loader not being set in the following code.
https://github.com/mozilla/hubs/blob/master/src/react-components/avatar-editor.js#L153-L169
The text was updated successfully, but these errors were encountered:
feat: 🎸 add KTX2/Draco loader to avatar-editor
6c418fb
✅ Closes: Hubs-Foundation#6209
Successfully merging a pull request may close this issue.
Description
GLB files using Draco or KTX2 could not be uploaded as custom avatars.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Uploading can be done without any errors.
Screenshots
Screencast.from.2023-08-14.11-23-19.webm
Hardware
Additional context
This problem is probably caused by the Loader not being set in the following code.
https://github.com/mozilla/hubs/blob/master/src/react-components/avatar-editor.js#L153-L169
The text was updated successfully, but these errors were encountered: