My export to web is not showing in any web browser on macOS, iOS or ipadOS. I have tried Firefox on my Mac.
The project shows the Godot icon and download progress bar then shows a flat grey screen.
This is my first go at exporting a game project. I have downloaded the templates and followed some simple YouTube tutorials.
The link below is to a page on my website showing a video of how the simple game scene should look. The link further below is to the game export web link.
Could you send a picture of what your project is supposed to look like? You may not have exported your image or object files, so they might not be appearing.
I Posted this @rory_b , Still I am looking to find the solution last one week. But I cant resolve the issue. I tried many methodās, nothing is work out for me.
@godot_team let as know is that any solution for this issues
One random thing, but is your game on a plane/cube thatās absurdly large? Scale it down to be only the size it needs to be. I had problems with that a while ago.
Yes, the scene background ācompoundā was made out of one large simple box with a repeating texture on each of the four large planes but nothing was scaled.
I broke the scene up into smaller pieces and uploaded it but I still cannot see anything in a browser.
Thanks for your output settings. Iāll keep this for reference. It hasnāt solved the issue Iām having though.
I had another idea and checked to see that the main scene of the game was saved as the Main Scene, and it was, as I had a couple of blank working scenes in the project so made sure it wasnāt opening them on play.
it looks nice.
i have no idea how your web server is configured, but in the case of itch.io and github pages they look for the index.html and serve it every time you enter the site.
in web export, you have to remember that browsers use a different renderer, which is why the lights look different. maybe you need to look at something like GIProbe or post processing effects.
I thought there might be a feature to look for when looking at hosting. I have a basic plan with Hostinger. I would look to upgrade if I knew what I was upgrading for.
Thanks for the info on app renderers and tips on post processing. Will definitely look into that.
While looking for ways to get this character turnaround on my web site I found Itch.io has a Game Embeds embed feature so will give that a go too.
try contacting hostinger support team, they might be able to help you.
i did not know about the āembed gameā option, it looks promising.
btw, good luck with your deploy!