I’m trying to build a WebGL application using Unity 2022.3.20f1.
There are actually 2 applications on the project that is an integral part of each other.
One is on Windows platform which I have no problem building the player. This uses HDRP rendering pipeline and is on a different branch.
The other one is a WebGL application that share the same assets but uses built-in rendering pipeline.
I have disabled the HDRP asset on graphic settings, etc and Unity allows me to build into WebGL platform.
However, when I tried to build it got stuck on compiling shader variant of Hidden/Shader Graph/FallbackError (1/1 vp)
Even when I have waited a day it is still stuck there.
Also, when I press cancel it got stuck on the compiling shader variant and I had to end the Unity process.
When I checked, the editor log is 8gb in size.
ps: I have the editor log that is not 8gb in size. however, I cannot upload the editor log since it’s 18mb, can I provide a Google Drive link into the editor log?
Thank you!