"Shader Text" does not work in Unity 5.4?

Hello, I was using a resource in my code, which is apparently no longer available in Unity 5.4

2615224--183464--Sem título.png

The “shader text” no longer exists in Unity 5.4

Is there any other way to do it? Really like to produce the shader through code instead of having to do it manually because my code requires this in a way;

I believe this was removed in 5.2, and no there’s no work around apart from constructing shaders manually ahead of time. Fixed function shaders like that are also deprecated, though for now they still work by being converted into vertex / fragment shaders.