Regression introduced in 6.2.0. If a NodeMaterial contains multiple TriPlanar nodes, the shader will fail to compile.
Here’s what I think is happening: The generated GLSL will try to redefine existing variable names over and over again, causing compilation errors at least in Chrome 112.0.5615.140. The same material compiled fine in older engine versions.