set_project_settings
Set project build and language options like multi-assign or nested comments. Project is reloaded but remains unsaved; use build_project and save_project to complete.
Instructions
Set one or more project settings (build/language options). Common idents: 'unity.multiAssign'='1' allows chained assignments a:=b:=c (error E1203 if disabled), 'unity.nestedComment', 'unity.paramNotAssign', 'unity.emptyParaAllowed'. Values are strings ('0'/'1' for booleans). The project is reloaded from a patched archive and UNSAVED — build_project then save_project afterwards.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| settings | Yes |