ShaderUtil.GetShaderMessages

Switch to Manual
public static ShaderMessage[] GetShaderMessages (Shader s);

Parameters

sThe Shader instance to check for messages.

Returns

ShaderMessage[] An array of ShaderMessage structs containing the generated messages.

Description

Returns each error and warning generated by the Unity Shader Compiler for the given Shader.