# IAchievementDescription

> Static data describing an achievement.

## Definition

* **Type:** Interface
* **Namespace:** [UnityEngine.SocialPlatforms](/engine/6000.3/script-reference/unityengine/socialplatforms.md)
* **Assembly:** UnityEngine.GameCenterModule

> **Warning:**
>
> **Deprecated.** IAchievementDescription is deprecated and will be removed in a future release.

```csharp
public interface IAchievementDescription
```

## Remarks

Retreive the achievement descriptions by using [Social.LoadAchievementDescriptions](/engine/6000.3/script-reference/unityengine/social/loadachievementdescriptions.md). GameCenter: These are stored server side and should be fetched when the user has authenticated. These are set in the iTunes Connect.

## Properties

| Property                                                                                                                              | Description                                                                                                  |
| ------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| [achievedDescription](/engine/6000.3/script-reference/unityengine/socialplatforms/iachievementdescription/achieveddescription.md)     | Description when the achivement is completed.                                                                |
| [hidden](/engine/6000.3/script-reference/unityengine/socialplatforms/iachievementdescription/hidden.md)                               | Hidden achievement are not shown in the list until the percentCompleted has been touched (even if it's 0.0). |
| [id](/engine/6000.3/script-reference/unityengine/socialplatforms/iachievementdescription/id.md)                                       | Unique identifier for this achievement description.                                                          |
| [image](/engine/6000.3/script-reference/unityengine/socialplatforms/iachievementdescription/image.md)                                 | Image representation of the achievement.                                                                     |
| [points](/engine/6000.3/script-reference/unityengine/socialplatforms/iachievementdescription/points.md)                               | Point value of this achievement.                                                                             |
| [title](/engine/6000.3/script-reference/unityengine/socialplatforms/iachievementdescription/title.md)                                 | Human readable title.                                                                                        |
| [unachievedDescription](/engine/6000.3/script-reference/unityengine/socialplatforms/iachievementdescription/unachieveddescription.md) | Description when the achivement has not been completed.                                                      |
