manage_shader
Create or read Godot shader files (.gdshader) by specifying the shader type and source code. Simplify shader management in your Godot project.
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 |