Hey, no matter what I try I cannot make Unity 2019.2.6 to build my HDRP project using latest WebGL. It shows me this error: Platform WebGL with device OpenGLES3 is not supported, no rendering will occur and I end up with blank editor / game window full of shader related errors. Is there a way of building my HDRP project so that it can be played in the browser?
1 Like
Unfortunately, no. The “HDRP does not support OpenGL or OpenGL ES devices” ( source) and “will most likely never work since it relies on a lot of wizardly things not available in WebGL”, as written by @Schubkraft here .
WebGL itself is based on OpenGL ES.
3 Likes
Okay thx for answer man
1 Like
How does it work now? I am new to it trying to understand.
HDRP still doesn’t support WebGL, and will probably never.
If WebGPU (web conterpart of Vulkan like WebGL is for OpenGL) gets more adopted, this might be the good target to build HDRP for web.
4 Likes
Good to know! I have been trying to solve a related bug for hours…
does HDRP for webgpu is supported in new unity 2023.3 ?
Does hdrp for webgl /webgpu supported in unity 6?
No it is not supported.