Hi,
In the last few days, I am getting errors "…index.html failed with …throw ‘Preprocessor error when evaluating expression ReferenceError: ENVIRONMENT_VAR is not defined’ and the build is failing.
I am using PostProcessWebGL.PostExport() to edit index.html with some environmental variables (as per this post ).
It seems that the order of execution or an extra checking of index.html is happening.
I am using Unity 2021.3.19f1 and everything was working fine a few days ago.
Anyone else encounters this issue?