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.
| Tool | Effect | Description |
|---|---|---|
shader_ai_build_from_spec | writes | Materialize a .shadergraph asset directly from a hand-authored ShaderGraphSpec. |
shader_ai_describe_existing | read-only | Read an existing .shadergraph file and return a human-readable summary |
shader_ai_generate_from_prompt | writes | Generate a complete Unity Shader Graph asset from a natural-language prompt. |
shader_ai_iterate | writes | Iterate on an existing shader. Takes a current ShaderGraphSpec (or path to |
shader_ai_list_supported_node_types | read-only | Return the closed catalog of node type strings the shader_ai_* tools can emit. |
shader_ai_validate_spec | read-only | Validate a ShaderGraphSpec JSON object without writing any asset. |