shader_read
Extract and read shader files directly from Unity projects using this tool, enabling efficient access and management of shader assets within the development workflow.
Instructions
Read a shader from Unity project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | Yes | Path to the shader file |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Path to the shader file",
"type": "string"
}
},
"required": [
"path"
],
"type": "object"
}