PUN Classic (v1), PUN 2 and Bolt are in maintenance mode. PUN 2 will support Unity 2019 to 2022, but no new features will be added. Of course all your PUN & Bolt projects will continue to work and run with the known performance in the future. For any upcoming or new projects: please switch to Photon Fusion or Quantum.

1 - Setup Game Title on PlayFab

The first step to make our game run on PlayFab is to create/configure a Game Title on their system. A Title will contain all information related to our game, like metrics and settings, but will also enable us to setup the Builds and Virtual Machines needed to run the headless game servers.

The creation of a new Game Title is super simple, just follow the steps bellow:

  1. Go to PlayFab Developer portal: https://developer.playfab.com/en-US/login. Login or create a new PlayFab account;
  2. Inside the system main dashboard, use the 3-dot menu to create a New Title;
  3. Configure your title with any arbitrary information, like name, genre, and so on;
  4. After you finish the Title creation, you will be redirected to the Game Title dashboard.
playfab login page
[1] PlayFab Login Page
create new game title
[2] Create new Game Title
configure game title
[3] Configure Game Title
game title dashboard
[4] Game Title Dashboard

Now you have an active Game Title that can be used in the next steps. We will go back to this dashboard in a moment, but first we need to integrate our game server with the PlayFab SDK.

Next Chapter >>

Back to top