create_resource_from_template
Create a new Godot resource file using a template or defaults. Specify the resource type and output path to generate materials, themes, and more.
Instructions
Create a new resource file from a template or with default values
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Output path (e.g. 'res://materials/my_material.tres') | |
| type | Yes | Resource type to create (e.g. 'StandardMaterial3D', 'Theme') | |
| template | No | Template resource path to copy from |