Skip to main content

ShaderGraphAi

6 tools in this family (folder Editor/Tools/ShaderGraphAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.

ToolEffectDescription
shader_ai_build_from_specwritesMaterialize a .shadergraph asset directly from a hand-authored ShaderGraphSpec.
shader_ai_describe_existingread-onlyRead an existing .shadergraph file and return a human-readable summary
shader_ai_generate_from_promptwritesGenerate a complete Unity Shader Graph asset from a natural-language prompt.
shader_ai_iteratewritesIterate on an existing shader. Takes a current ShaderGraphSpec (or path to
shader_ai_list_supported_node_typesread-onlyReturn the closed catalog of node type strings the shader_ai_* tools can emit.
shader_ai_validate_specread-onlyValidate a ShaderGraphSpec JSON object without writing any asset.