# advancedLicense

> Is the advanced version being used?

## Definition

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

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

### Remarks

Unity is available as Personal or Professional.  advancedLicense will return true when running on a Professional version.
