I have a material with array, that passed between vertex and fragment shaders.
Before v 1.2.97 editor there was no problem with size of the array.
Now, when I build webgl bundle there is an error:
WARNING:GRAPHICS: Varyings over maximum register limit
and then - crash.
I reduced size of array and it was started without any problem.
PS Maybe browser is guilty of this.