Skip to main content

Install the AccelByte Game SDK - Initial setup - (Unity module)

Last updated on March 12, 2025

About

To integrate AccelByte Multiplayer Servers (AMS) to your game server, you need to use the AccelByte Unity SDK. The SDK contains libraries for the game server to communicate with AccelByte services. In this tutorial, you learn how to install the AccelByte Unity SDK to your project. You can check the latest AccelByte Unity SDK version from AccelByte GitHub repository.

Install the AccelByte Unity SDK using UPM

There are two ways to install AccelByte Unity SDK using Unity Package Manager (UPM), either add package by Git URL or clone the AccelByte Unity SDK to your project manually.

info

For WebGL support, make sure to use the AccelByte Unity SDK for Unity version 17.0.0 or later.

  1. Open Byte Wars in Unity Editor. Then, go to Window > Package Manager.

  2. On the new window, click on the + button and select Add package from git URL... option.

  3. Paste the AccelByte Unity SDK for Unity GitHub repository URL below.

  4. Then, click on the Add button to install the AccelByte Unity SDK.

  5. Wait until the installation process is complete and you will see the AccelByte Unity SDK is displayed as AccelByte Unity SDK on the package list.