# Player

> Non-Development player (default)

## Definition

* **Type:** Field
* **Namespace:** [Unity.ProjectAuditor.Editor](/engine/6000.5/script-reference/unity/projectauditor/editor.md)
* **Assembly:** UnityEditor

> **Warning:**
>
> **Removed.** Please use CodeAnalysisFlags instead

```csharp
Player = 0
```

### Remarks

Code will be compiled for analysis as it would be when making a non-development Player build for the specified target platform. Code inside #if DEVELOPMENT\_BUILD will be excluded from this analysis.
