0 votes

I have exported my project, which starts with a video play and an audio queue. I believe this is why the game lags so badly on my export, but is there anyone who could provide me with information on why this is happening?

Godot version 3.2.3
in Engine by (64 points)

1 Answer

0 votes

When targeting HTML5, make sure to use the GLES2 renderer instead of GLES3 as it's more compatible.

That said, I wouldn't expect video playback to be usable in HTML5 since WebM assembly optimizations are unavailable on that platform (and will never work there by design). I opened a pull request to document this.

by (12,889 points)
Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.