기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Leaderboards

Unity SDK

Admin API

Client API

Open Unity Dashboard

Leaderboards

이 페이지는 선택한 언어로 제공되지 않습니다.
LiveOps
​
​
Leaderboards
  • Overview
  • Get started
  • Concepts
    • Sort order
    • Update strategies
    • Tiers
    • Buckets
    • Resets
    • Archives
    • Metadata
    • Leaderboard assets
  • Tutorials
  • Reference
  • Privacy and consent
  1. Leaderboards

Leaderboard assets

Create and manage leaderboard configuration files in the Unity Editor.
읽는 시간 2분
최근 업데이트: 8달 전

Use leaderboard configuration assets to manage leaderboard configurations in the Unity Editor. You can deploy these configurations to the Unity Dashboard using the Deployment package.

Prerequisites

To use leaderboard assets, you must install the Deployment package (
com.unity.services.deployment
).

Create leaderboard assets

To create a leaderboard asset:
  1. In the Unity Editor, right-click the Project window and select Create > Services > Leaderboard Configuration.
  2. Define the file format for your leaderboard configuration asset.

File format

Leaderboard configuration files must respect this JSON schema. The default leaderboard configuration file contains the
$schema
field to enable IntelliSense in IDEs.

Example

The following example contains these keys:
  • A string key
    Name
  • A string enum key
    SortOrder
  • A string enum key
    UpdateType
  • A JSON key
    ResetConfig
  • A JSON key
    TieringConfig
참고
For recurring leaderboard resets, the first reset occurs on the date specified in the
Start
key. After this, the leaderboard resets according to the schedule specified in the
Schedule
key.
{ "$schema": "https://ugs-config-schemas.unity3d.com/v1/leaderboards.schema.json", "Name": "leaderboard_config", "SortOrder": "asc", "UpdateType": "keepBest", "ResetConfig": { "Start": "2023-10-21T00:00:00-04:00", "Schedule": "0 12 1 * *" }, "TieringConfig": { "Strategy": "score", "Tiers": [ { "Id": "Gold", "Cutoff": 200.0 }, { "Id": "Silver", "Cutoff": 100.0 }, { "Id": "Bronze" } ] }}

Deploy files

When you've created your leaderboard configuration files, you can deploy them to your chosen environment.
To deploy a file:
  1. In the Unity Editor, select Services > Deployment. For Unity Versions earlier than 2022, select Window > Deployment. The Deployment window displays your local leaderboard configuration files.
  2. Select your chosen leaderboard configuration files and select Deploy Selected.
You can now edit your leaderboard configuration in the Unity Dashboard.
For more information on working with the Deployment window, refer to Deployment package.

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Prerequisites

    • Create leaderboard assets

    • File format

      • Example

    • Deploy files


이 페이지의 문제 보고