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

Runtime async export ? #651

Open
ketourneau opened this issue Jul 13, 2022 · 2 comments
Open

Runtime async export ? #651

ketourneau opened this issue Jul 13, 2022 · 2 comments

Comments

@ketourneau
Copy link

Hi,

Actually app freeze (and sometimes app crash) when we try to export glb.

Have you planned to make export async ?

@ketourneau ketourneau changed the title Rutnime async export ? Runtime async export ? Jul 13, 2022
@KirillVoshchilo
Copy link

Hi, I have the same question. Is there any way to do it async? Why there is no async methods? What's the problem with creating export async?

@pfcDorn
Copy link
Contributor

pfcDorn commented Jan 24, 2024

async can possible create a lot of errors. As an example:

  • you want to export in async > in the meantime on await you change the hierarchy, or destroy an resource (texture, animation clip, material), which would break the export process.
    Better would be to optimize the export process to get it faster

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

No branches or pull requests

3 participants