recompile_scripts
Recompiles all scripts in your Unity project to apply code changes and verify compilation. Optionally returns compilation logs for debugging.
Instructions
Recompiles all scripts in the Unity project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logsLimit | No | Maximum number of compilation logs to return | |
| returnWithLogs | No | Whether to return compilation logs |