You can install the PlayFlow Unity SDK directly from the Unity Package Manager using a Git URL. This is the recommended method as it makes updates easier.

Installing from Git URL

To install the PlayFlow Multiplayer Unity SDK, follow these steps, which are also available on our official GitHub repository.
  1. In your Unity project, open the Package Manager by navigating to Window > Package Manager.
  2. Click the + button in the top-left corner of the Package Manager window.
  3. Select “Add package from git URL…” from the dropdown menu.
  4. Enter the following URL in the text field:
    https://github.com/PlayFlowCloud/PlayFlow-Multiplayer-Unity-SDK.git
    
  5. Click Add.
Unity will now download and install the package and its dependencies into your project.

Next Steps

Once the PlayFlow SDK is installed, you are ready to configure it and start building your multiplayer game.