Custom Material Editor not working anymore in Unity 5 (indie)

Hello,

sice I upgraded to unity 5, the material editor is not showing up in the inspector. Or the shader does not use the specified CustomEditor anymore. Either way.

Even the example code from the manual does not work.

Is this a known issue?

Thanks,
Christian

I modified my script to work with the ShaderGUI class instead of MaterialEditor. That does fix it.

Is the MaterialEditor class obsolete? I can’t find any information about that.

br,
Christian