Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(3 edits)

Same issue with HTML5 on 2.3.x: as soon as I import the GMLive extension, HTML5 target refuses to work, debug spits out continuous exceptions.



Currently I'm just disabling the extension for HTML5 builds with the following alteration to obj_gmlive's create script:

#macro live_enabled !scr_is_browser()

HTML5 target on 2.3 has been extremely buggy so far - 2.3.0 has some big holes in built-in function coverage while 2.3.1 beta currently produces invalid JS output.

It should hopefully get better as new versions are released, but I’m not sure if I can workaround numerous issues at this time.