Why isnt my shader working?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By KHypno

I have a shadermaterial on my island but it just appears white (Shaded)
I try a different shadermaterial… same thing!

:bust_in_silhouette: Reply From: Zylann

ShaderMaterial needs to be assigned a shader resource. Without shader, your object will have no shading. Shaders need to be either written as code (like GLSL) or using a node graph (VisualShader).
I don’t understand what you mean by “other shader material”, there is only one kind of ShaderMaterial. If you actually have shaders with code in them please explain better your use case.

Other peoples shadermaterial codes

KHypno | 2019-10-30 21:33