Hey there,
is there a way to set all shaders in my scene from legacy to the new standard one? I’ve got around 1000 different materials in this scene so of course I dont want to change them one by one.
Thanks in advance
AirRic
Hey there,
is there a way to set all shaders in my scene from legacy to the new standard one? I’ve got around 1000 different materials in this scene so of course I dont want to change them one by one.
Thanks in advance
AirRic
Hmm, should be possible. Rough outline:
So there is really no build-in function? I can’t imagine that I am the only one with this problem … and the Unity devs didnt think about this properly …
It’s impossible to make a converter that can convert every kind of shader, custom or legacy, to the new Standard shader. Writing a function like the one outlined above is trivial, however.