I did check the build log, & 3 times I tried to export my game, it says “Error: unexpected end of file”. Is there & problem I need to fix that I’m unaware of? Or probably something is wrong with the export system?
I checked on the resources tab, & I see invalid resources (no yellow & red texts). & I built one of your example projects & it was built successfully. I don’t get why mine ain’t building right.
It can be many things.
You should try to fill all the fields in the project properties, generate the icons, and check everywhere (in the scenes) for mandatory fields that you left empty.
If all that fails, press ctrl-shift-i during preview to check the Console, see if you get errors in red.
I have fix & still looking for some issue with some scenes. But here’s the issue I found when I click on my leaderboard icon to load up the leaderboards, Here’s 3 screenshots of a scene & some events.
I instead export my game manually, And it works. But I’m having a minor issue with the icon. It just keeps telling me that the default electron icon is used & the reason is the application icon is not set (even when I rename the file from buildResources to build).
Edit: Nvm about the icon, I think I figured it out.