manage_shader
manage_shaderCreate or read .gdshader files in a Godot project with specified shader type and source code.
Instructions
Create or read .gdshader files
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Action: create or read | |
| source | No | Shader source code (for create) | |
| shaderPath | Yes | Shader file path (relative to project) | |
| shaderType | No | Type: spatial, canvas_item, particles, sky | |
| projectPath | Yes | Godot project path |