docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Configure achievements with the Achievement Editor

    Use the Achievement Editor to create and configure achievements in your game.

    Achievement Editor window

    Example of the Achievement Editor window with a Single achievement type

    Use the following steps to add achievements to your project:

    1. In the Unity Editor, navigate to Window > Platform Toolkit > Achievement Editor.
    2. Add achievements by selecting the Add (+) button.
    3. Enter a unique ID for each achievement, and a corresponding ID for each platform you want to target. Refer to the ID requirements section for more information on valid ID values.
    4. Set the Unlock Type to one of the following options.
      1. Single: For achievements that are unlocked once.
      2. Progressive: For achievements that track a progress value.
    5. For Progressive achievements, set a Progress Target value. This is the progress value at which achievement is unlocked.

    A warning icon might appear next to each platform or achievement ID if there are any issues with the configuration. Hover over the icon to display details about the issue. If a warning appears next to an ID for a platform you're not currently targeting, open the More (⋮) menu and select Toggle Ignore to dismiss the warning.

    Note

    For platforms that don't support progressive achievements, this behavior is handled by the Platform Toolkit API. Refer to the scripting documentation for more information.

    ID requirements

    When entering achievement IDs, the following restrictions apply:

    • ID values can't exceed 64 characters in length.
    • ID values can only contain the following alphanumeric characters (A-Z, a-z, 0-9), and the following special characters: (_, -).

    Additional resources

    • Introduction to achievements
    • Unlock achievements
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)