You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks — the ShaderGraphs in UnityGltf were compatible back to 2019.x where that didn’t exist, but now that we support 2021.x+ it’s a good idea to add that.
Worth noting that
breaks any code that uses "someMaterial.color" without checking
is a bit of a misnomer, code that doesn’t check it is already broken, not every shader even has a main color.
This breaks any code that uses "someMaterial.color" without checking and forces implementation of code paths specifically for UnityGLTF materials.
The text was updated successfully, but these errors were encountered: