# OpenProject(string, params string[])

> Open another project.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

## OpenProject(string, string\[])

```csharp
public static void OpenProject(string projectPath, params string[] args)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The path of a project to open.**** (\[string\[]]\(https\://learn.microsoft.com/dotnet/api/system.string)): Arguments to pass to command line.

### Remarks

Note that this function will not exit immediately. It will open another project after executing function returns.
