Get started
Learn how to start using Unity Services Web APIs, including prerequisites and authentication setup.
読み終わるまでの所要時間 1 分最終更新 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:- Go to the Unity dashboard.
- Select Create account.
- 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:- In the Unity dashboard, select Home > Projects.
- Select Create project.
- In the dialog that opens, name your project and choose a COPPA designation.
- Select Create to create your project.
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
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