# Editor.EditorUtility.Projects.Compile

```csharp
static System.Threading.Tasks.Task<CompilerOutput[]> Compile(Project project, System.Action<string> logOutput)
```

### Parameters

- `project` (`Project`)
- `logOutput` (`System.Action<string>`)

### Returns

`System.Threading.Tasks.Task<CompilerOutput[]>`

Declared in [Editor.EditorUtility.Projects](/api/Editor.EditorUtility.Projects).
Assembly: `Sandbox.Tools`.
