# AssembliesType

> Flags for Assembly.

## Definition

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

```csharp
public enum AssembliesType
```

## Fields

| Value                                                                                                                                | Description                                                           |
| ------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------- |
| [Editor](/engine/6000.6/script-reference/unityeditor/compilation/assembliestype/editor.md)                                           | Selects assemblies compiled for the editor including test assemblies. |
| [Player](/engine/6000.6/script-reference/unityeditor/compilation/assembliestype/player.md)                                           | Selects assemblies compiled for the player including test assemblies. |
| [PlayerWithoutTestAssemblies](/engine/6000.6/script-reference/unityeditor/compilation/assembliestype/playerwithouttestassemblies.md) | Selects assemblies compiled for the player excluding test assemblies. |
