Skip to main content

Asynchronous multiplayer: Getting started

Setting up an Elympics account

To use Elympics’ online capabilities, you need to have set up an Elympics account. You can do that by going to console.elympics.ai and clicking the Sign up button.

CTZ

Once logged in, create a new game, give it a name of your choosing and make it an Endless Runner with one player per gameplay. In the second step add a solo queue with no bots and press Create new game.

CTZ

CTZ

Adding Elympics package to your project

To add Elympics to Unity go to Window > Package Manager. In the package manager window click on the plus icon in the upper left corner and choose the add package from git URL option. In there paste in the following link to the elympics git repository.

https://github.com/Elympics/Unity-SDK.git

CTZ

Once the package is installed go to Tools > Elympics > Manage games in Elympics and log in using the Elympics account you’ve set up previously.

CTZ

CTZ

Once logged in, press synchronize to view the list of your games. Press Create first game config and copy the game name and game id from the list above. In the Gameplay scene field, choose the scene you’ll want to use for implementing the gameplay part of your game.

CTZ

CTZ