set_project_setting
Set and persist a Godot ProjectSettings value to project.godot. Use property paths like application/run/main_scene to assign a value.
Instructions
Set a ProjectSettings value and persist project.godot. The property path goes in 'setting' ('name' is also accepted); e.g. set application/run/main_scene to res://main.tscn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| value | Yes | ||
| setting | No |