So here’s the newest build HTML problem. After cleaning up other blockers it loads but none of my GUI primitives are displaying. Each primitive as seen in the Editor native Build is made up of 1 bit components I tint with gui.set_color calls. I load the background image at runtime (which right now doesn’t load in the html5 which I suspect is a more precise path issue) but the other components are just GUI components spawned at runtime and tinted. Nothing is showing up except text…
Editor Build on left, Build HTML5 is on the right.