# InstalledPlatformInfo

> Represents information about an installed platform module. Platforms are uniquely identified by their globally unique identifier (GUID).

## Definition

* **Type:** Struct
* **Namespace:** [UnityEditor.Build.Profile](/engine/6000.5/script-reference/unityeditor/build/profile.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public struct InstalledPlatformInfo
```

## Fields

| Value                                                                                                           | Description                                                                                                           |
| --------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------- |
| [displayName](/engine/6000.5/script-reference/unityeditor/build/profile/installedplatforminfo/displayname.md)   | Human-readable name of the platform displayed in the build window.                                                    |
| [platformGuid](/engine/6000.5/script-reference/unityeditor/build/profile/installedplatforminfo/platformguid.md) | Unique identifier for the build platform (for example, Android, iOS, Windows Standalone, Meta Quest, Windows Server). |
