# CloudProjectSettingsEventManager

> Manages the events related to the project state.

## Definition

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

```csharp
public class CloudProjectSettingsEventManager
```

## Static Properties

| Property                                                                                             | Description                                               |
| ---------------------------------------------------------------------------------------------------- | --------------------------------------------------------- |
| [instance](/engine/6000.7/script-reference/unityeditor/cloudprojectsettingseventmanager/instance.md) | The instance of the Cloud Project Settings event manager. |

## Events

| Member                                                                                                                     | Description                                                          |
| -------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- |
| [projectRefreshed](/engine/6000.7/script-reference/unityeditor/cloudprojectsettingseventmanager/projectrefreshed.md)       | The event fired when the user the state of the project is refreshed. |
| [projectStateChanged](/engine/6000.7/script-reference/unityeditor/cloudprojectsettingseventmanager/projectstatechanged.md) | The event fired when the state of the project changes.               |
