# Services

> Use Unity services to build, engage, and grow your game

# Overview

- [개요](https://docs.unity.com/ko-kr/services.md): Use Unity services to build, engage, and grow your game
- [시작하기](https://docs.unity.com/ko-kr/services/getting-started.md): Learn how to set up Unity Gaming Services in your project.
- [가격 책정 및 과금](https://docs.unity.com/ko-kr/services/pricing-and-billing.md): Learn about pricing and billing models for Unity Gaming Services.

## 개념

- [액세스 제어](https://docs.unity.com/ko-kr/services/access-control.md): Implement authorization to protect player data and game resources.
- [에셋 관리](https://docs.unity.com/ko-kr/services/asset-management.md): Control access to organization assets.
- [비동기 코드](https://docs.unity.com/ko-kr/services/key-concepts.md): Understand key concepts to use Unity Gaming Services effectively.
- [CLI](https://docs.unity.com/ko-kr/services/ugs-cli-introduction.md): Manage UGS configuration from the command line.
- [Create Asset Store packages](https://docs.unity.com/ko-kr/services/create-asset-store-packages.md): Learn how to create packages for UGS assets and publish them to the Asset Store.
- [개발 환경](https://docs.unity.com/ko-kr/services/service-environments.md): Use logical partitions to organize your service data for testing, staging, and production workflows.
- [개발 환경 API](https://docs.unity.com/ko-kr/services/environments-api.md): Manage logical data partitions using the Environments API.
- [Unity Cloud Services APIs](https://docs.unity.com/ko-kr/services/cloud-services-api.md): Access Unity Cloud Services through low-level APIs.

### Privacy and Data Safety

- [Privacy and Data Safety](https://docs.unity.com/ko-kr/services/data-safety-requirements.md): Understand data privacy requirements for publishing on App Store and Google Play Store.
- [Apple privacy manifest](https://docs.unity.com/ko-kr/services/apple-privacy-manifest.md): Comply with Apple's privacy requirements by including a privacy manifest file in your iOS, iPadOS, tvOS, and visionOS apps.
- [Services Core SDK API](https://docs.unity.com/ko-kr/services/services-core-api.md): Initialize all Unity Gaming Services with Services Core.
- [Unity Dashboard](https://docs.unity.com/ko-kr/services/unity-dashboard-introduction.md): Understand how to navigate the Unity Dashboard to manage your organization and services.
- [SDK 버전 업그레이드](https://docs.unity.com/ko-kr/services/sdk-upgrades.md): Keep your UGS packages up-to-date with recommended minimum versions for each service.

# Secret Manager

- [Overview](https://docs.unity.com/ko-kr/services/secret-manager.md): Securely store, manage, and access sensitive information like API keys and certificates.

## Concepts

- [Concepts](https://docs.unity.com/ko-kr/services/secret-manager/concepts.md): Understand Secret Manager concepts including hierarchy, service access, and structure for managing secrets across your organization.
- [Secret structure](https://docs.unity.com/ko-kr/services/secret-manager/concepts/structure.md): Explore the fields that are contained within a secret.
- [Secret hierarchy](https://docs.unity.com/ko-kr/services/secret-manager/concepts/hierarchy.md): Understand the hierarchical structure of secrets.
- [Service access](https://docs.unity.com/ko-kr/services/secret-manager/concepts/service-access.md): Control which Unity services can access your secrets.

## Tutorials

- [Tutorials](https://docs.unity.com/ko-kr/services/secret-manager/tutorials.md): Learn how to grant roles, store secrets, and integrate Secret Manager with Cloud Code and other services.
- [Grant roles](https://docs.unity.com/ko-kr/services/secret-manager/tutorials/grant-roles.md): Assign Secret Manager roles to organization members to control access to secret operations and administration.
- [Store secrets](https://docs.unity.com/ko-kr/services/secret-manager/tutorials/store-secrets.md): Create, configure, and store secrets securely.

### Retrieve secrets

- [Retrieve secrets](https://docs.unity.com/ko-kr/services/secret-manager/tutorials/integrations.md): Discover how to integrate Secret Manager with Unity services for secure secret access.

#### Cloud Code

- [Cloud Code](https://docs.unity.com/ko-kr/services/secret-manager/tutorials/integrations/cloud-code.md): Use Secret Manager with Cloud Code scripts and modules to securely access sensitive information.
- [Modules](https://docs.unity.com/ko-kr/services/secret-manager/tutorials/integrations/cloud-code/modules.md): Learn how to retrieve and use secrets within Cloud Code module implementations.
- [Scripts](https://docs.unity.com/ko-kr/services/secret-manager/tutorials/integrations/cloud-code/scripts.md): Learn how to retrieve and use secrets within Cloud Code script implementations.

## Reference

- [Reference](https://docs.unity.com/ko-kr/services/secret-manager/reference.md): Find detailed Secret Manager reference information including cost details and service limits.
- [Cost](https://docs.unity.com/ko-kr/services/secret-manager/reference/cost.md): Understand Secret Manager pricing model and cost considerations for managing secrets in your organization.
- [Limits](https://docs.unity.com/ko-kr/services/secret-manager/reference/limits.md): Review Secret Manager limitations including secret size, hierarchy depth, and organization-wide constraints.

# 참고 자료

- [Overview](https://docs.unity.com/ko-kr/services/reference.md): Explore reference documentation for Unity Gaming Services SDKs, REST APIs, and CLIs.

# 솔루션

- [Overview](https://docs.unity.com/ko-kr/services/solutions.md): Explore sample projects and feature integrations demonstrating how to use UGS features together to build complete game solutions.

## Sample projects

- [Dedicated game server sample](https://github.com/Unity-Technologies/com.unity.multiplayer.samples.bitesize/tree/main/Experimental/DedicatedGameServer)
- [Block Your Friends game sample](https://github.com/UnityTechnologies/blockyourfriends)
- [Boss Room game sample](https://docs.unity3d.com/Packages/com.unity.netcode.gameobjects@latest?subfolder=/manual/samples/bossroom/bossroom-landing.html)
- [Multiplayer chess sample](https://github.com/Unity-Technologies/com.unity.services.samples.multiplayer-chess-cloud-code)
- [Megacity Metro sample](https://github.com/Unity-Technologies/megacity-metro)
