Documentation
README
Assets / List Shaders
List all available shaders in the project assets and packages. Returns their names. Use this to find a shader name for 'assets-material-create' tool.
Behavior
Enumerates shaders via ShaderUtils.GetAllShaders, filters out nulls, and returns the names alphabetically sorted.
How to Call
unity-mcp-cli run-tool assets-shader-list-all --input '{
"nothing": "string_value"
}'
For complex input (multi-line strings, code), save the JSON to a file and use:
unity-mcp-cli run-tool assets-shader-list-all --input-file args.jsonOr pipe via stdin (recommended):
unity-mcp-cli run-tool assets-shader-list-all --input-file - <<'EOF' {"param": "value"} EOF
Troubleshooting
This is the opening of the README. Read the full README on GitHub.