I copied and pasted the TMP_SDF.shader contents into a custom shader file. I got the error:
Shader error in ‘MyCustom/CustomFont/Distance Field Custom’: Couldn’t open include file ‘TMPro_Properties.cginc’. at line 126
so I coped the same thing from here which is basically a dirrect copy of what I did the first time
Same error line 125 :
line 125: #include “TMPro_Properties.cginc”
I am not much of a shaders guy, so thanks in advance to anyone who knows about this error and how to resolve it.