# isCreateFromTemplate

> Returns true if the current project was created from a template project.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static bool isCreateFromTemplate { get; }
```

### Remarks

A template project is typically created using the `-cloneFromTemplate` command line argument.
