`I am new to Godot. Just downloaded 4.2 a week before 4.3 was released. I am honestly looking forward that web export are now available again. The thing is it doesn’t work for me at all and I don’t know why. First, I’ve read here: Web Export in 4.3 that the boot splash screen was changed but mine still looks like this when testing the web export.
I didn’t checked the “thread support”, started restarting the engine, tried to download it again, and even tried creating new Godot file to test it in multiple projects and they are all like that. I even tried enabling PWA and made sure the games/files are in “Compatibility”.
What could’ve happened? I also tried to follow a tutorial and saw that it was pretty much what I did: https://youtu.be/mklzTbfMFvY?si=88cZbGYIsJJQkyBC
If someone know the cause and solution to this, please comment it. Thank you so much!`
I check it on the browser, by clicking the index file and also checked if it is working on the crazygames qa tool since that’s where I used to check webgl exports when I was still using unity a few months ago.
The boot splash screen is also showing when I play the game by just clicking the index.html in my file explorer but for platforms like crazygames, it is completely black.
Crazy games might be working, but clicking index.html won’t. To test locally you will have to start a web server like stated in that video, though Godot comes with one so there is a much easier one-click way to test. Once your export is set up and “runnable”, this icon lights up and you can click on it to test on a web browser
Thank you for your time, I forgot to mention that I also did what the uploader of the video did but stopped at the part where he opened power shell since I can’t see that in my browser. Thank you for the links, it helped a ton!