delete_shader
Delete a shader file from your Godot project to remove unused resources. Specify the shader path to permanently delete it.
Instructions
Delete a shader file from the project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Shader file path to delete (e.g. res://shaders/my_shader.gdshader) |