Does UE4 support HTML5 with WebGL on smartphones?
If so how can I package project to support on them. As I see UE4 using large amount of RAM in browsers and tab crashed when I tried to load game.
For example I want to play ShooterGame or run Realistic Rendering on Galaxy S5. Is that possible? I don’t need all features with materials and texturing, I just want view geometry. And I want to load game as fast as possible in my tab.
That improvements are planned?
Any update on the current state of HTML5 support on mobile browsers?
We are currently working on a proof of concept that works on HTML5 and can sort of get it working on HTML5 lacking textures, however this may be due to packaging config and project settings.
Currently the limiting factor for using HTML5 exports on mobile browsers is the amount of consumed memory. There are two features coming in to web specs space that will help cut down memory usage: AudioWorklets (Home · WebAudio/web-audio-api Wiki · GitHub) and multithreading support in WebAssembly (🛤 threads · Issue #1073 · WebAssembly/design · GitHub). These help reduce the needed memory that UE4 will need by improving audio and filesystem utilization, though it will take a bit of time until browsers have them (current ETA for developers is later this year)