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

Fix editor mobile file open #2770

Merged
merged 5 commits into from Sep 9, 2021
Merged

Fix editor mobile file open #2770

merged 5 commits into from Sep 9, 2021

Conversation

elalish
Copy link
Collaborator

@elalish elalish commented Sep 9, 2021

Fixes #2672

I'm not sure why it wasn't working on mobile, but simplifying it fixed it. I decided to take the opportunity to remove all the USDZ-related dead code as well, since I don't want to maintain it. The editor can focus on the auto-generation path.

@elalish elalish self-assigned this Sep 9, 2021
@elalish elalish requested a review from a user September 9, 2021 21:01
@elalish elalish merged commit 19f9d52 into master Sep 9, 2021
@elalish elalish deleted the openFiles branch September 9, 2021 22:34
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the point of this PR to just remove USDZ support from the editor because it's support through THREE?

@elalish
Copy link
Collaborator Author

elalish commented Sep 10, 2021

The point was to fix the bug (file modal on mobile). The file modal class turned out to be broken, so I removed it. One thing using it was a bunch of dead code for USDZ support I'd already removed from the UI for the reason you noted. So I decided to strip out the rest of the related state while I was there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Editor] GLB selector doesn't open file selection dialogue on mobile
1 participant