sometime the names of the material properties may changed - often is a third party plugin side effect with script material.
so give a second chance with lowercase search to be more resilient.
for sample normal map will be now search using "nomalMap", then "normalmap" and finally " _NormalMap"
remember that the last one is a fix for some 2022 version
fix #1072
sometime the names of the material properties may changed - often is a third party plugin side effect with script material. so give a second chance with lowercase search to be more resilient. for sample normal map will be now search using
"nomalMap"
, then"normalmap"
and finally" _NormalMap"
remember that the last one is a fix for some 2022 version fix #1072