# GetProgress(int)

> Gets a progress indicator's progress.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public static float GetProgress(int id)
```

### Parameters

**** (\[int]\(https\://learn.microsoft.com/dotnet/api/system.int32)): The progress indicator's unique ID.

### Returns

| Type                                                          | Description           |
| ------------------------------------------------------------- | --------------------- |
| [float](https://learn.microsoft.com/dotnet/api/system.single) | The current progress. |
