기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Services Web APIs

Open Unity Dashboard

Unity Services Web APIs

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Services Web APIs
  • Overview
  • Get started
Web API guides
  • Authentication
  • API lifecycle
  • Response status and error codes
  • Response headers
  • Unity Version Control CM API
  • Unity Version Control server API
Admin Settings
  • Access
  • Unity Releases
Analytics
  • Analytics
Identity and Access Management
  • Application and Deep Linking
Monetization
  • Monetize
Viewers and Collaboration
  • Annotations
  • Presence
Access
  • Access
Assets
  • Assets
Auth
  • Auth
Collaboration
  • Collaboration
Content Management
  • DataStreaming
  • Storage
  • Workflow Engine
DevOps
  • Automation
  • Build Automation
  • Unity Version Control
Growth
  • Ads Unified Platform
  • User Acquisition
Identity
  • SCIM
In-App Purchases
  • Webshop
Live Operations
  • Game Backend
  • Observability Logs
Multiplayer
  • Distributed Authority
  • Friends
  • Lobby
  • Matchmaker
  • Player Names
  • QoS Discovery
  • Relay Allocations
  • Session Observability
  • Vivox Voice and Text Chat
Unity
  • Projects and Apps
Unity Pipeline
  • Asset Pipeline
  1. Unity Services Web APIs

Get started

Learn how to start using Unity Services Web APIs, including prerequisites and authentication setup.
읽는 시간 2분
최근 업데이트: 한 달 전

This page explains how to start using Unity Services.

Prerequisites

Before you can use Unity Services, you must first create a Unity account and a Unity project.

Create a Unity account

To create a Unity account:
  1. Go to the Unity dashboard.
  2. Select Create account.
  3. In the Create a Unity ID page, enter your information and select Create Unity ID to create your Unity account.

Create a Unity project

To create a Unity project:
  1. In the Unity dashboard, select Home > Projects.
  2. Select Create project.
  3. In the dialog that opens, name your project and choose a COPPA designation.
  4. Select Create to create your project.
참고
All new projects are automatically assigned to the organization that is active when they are created. Because of this, these projects inherit their organization's member roles and settings.
If you need to grant a user special access to a tool or information, you can assign project-specific roles without granting the user access to all of the projects assigned to the organization.
Alternatively, you can transfer a project to a different organization.

Access Unity Services APIs

You can access Unity Services APIs using Client SDKs or Web APIs.

Client SDKs

You should use Client SDKs if you want to:
  • Work with the Unity Engine
  • Use a supported language such as C# within the Unity Editor
  • Reduce the amount of code you need to write
To download Client SDKs, go to the Package Manager in the Unity Editor. For more information on Client SDKs, see the SDK documentation.

Web APIs

You should use Web APIs if you want to:
  • Work with a different gaming engine
  • Use a language not supported by the Unity Editor
  • Automate your workflows more easily
You can use curl commands to try out different Web APIs before developing your application.

Set up authentication for your API

To set up authentication for the API you're working with, see the Authentication page.

Test an API endpoint

To test the endpoint of the API you're trying to reach, call the API directly.

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

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

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

  • 보고 있는 페이지
    • Prerequisites

      • Create a Unity account

      • Create a Unity project

    • Access Unity Services APIs

      • Client SDKs

      • Web APIs

    • Set up authentication for your API

    • Test an API endpoint