manage_shader
Create or read Godot shader source code files (.gdshader) with support for spatial, canvas_item, particles, and sky types.
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 |