Published game browser question

Hiya there,

bit of an odd ask but does anyone know what browser published games run through, i.e. once they’re on steam or the app store? Does it use the computer’s native browser? Does it come bundled with chromium?

Cheers

2 Likes

Don’t take my word on it. I think it uses Cordova for mobile and Electron for desktop. Cordova uses the platform’s native browser (it doesn’t bundle any browser with it) and Electron uses chromium (Chrome).

2 Likes

Thanks for the help, but I’m having a issue compiling the thing.
The only way that works properly is the run-server.bat & Export HTML method. Problem is every file needs to be in the *scene_list. I’ve got a file i just use for functions, any chance there’s a known workaround?

EDIT:

All good, sorted it. I made an ENDING scene with the command *finish in it, and put it above the functions file in the scene_list

This topic was automatically closed 24 hours after the last reply. If you want to reopen your WiP, contact the moderators.