-
Notifications
You must be signed in to change notification settings - Fork 830
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
Generated USDZ files don't work anymore on VisionOS 1.2 beta #4742
Comments
FYI @AdaRoseCannon |
@hybridherbst - Out of curiosity... have you tried with an untextured model? Either a GLB that has no textures. Or using a ThreeJS primitive with no texture? Wondering what your experience is on VisionOS. |
Interesting. It might be that the behavior has changed to take the duration of generating the blob into account - so files without textures would be faster? Not sure. Or „rendering to the canvas“ is an interaction cycle boundary now - that would make the click invalid/behave different depending on what has happened between „user clicks button“ and „link is opened by code“. |
Not sure. But per my findings for iOS here #4746 (comment) I have textured models that were smaller in blob size and quicker to generate but failed to open in ARQL on iPhone, compared to some untextured models that were bigger in blob size and took longer to generate but did open in ARQL. |
@hybridherbst - the related issue on iOS has just been fixed with iOS 17.5 beta 4. |
Description
External issue with VisionOS 1.2 beta, I think worth tracking here as well.
This has been broken before, see #4354, now it's just broken in a different way.
Webkit bug: https://bugs.webkit.org/show_bug.cgi?id=272575
cc @elalish @grorg
Live Demo
(not using model-viewer but a similar USDZExporter approach as in model-viewer, to show it's not just a model-viewer issue)
Browser Affected
OS
AR
The text was updated successfully, but these errors were encountered: