Prerequisites
- Git installed on your machine and available on your
PATH. Unity’s Package Manager shells out to Git for git-URL installs, and the install fails silently if Git is missing. - A supported Unity version. Check the version matrix in the SDK repository README.
Installing from Git URL
To install the PlayFlow Multiplayer Unity SDK, follow these steps, which are also available on our official GitHub repository.- In your Unity project, open the Package Manager by navigating to Window > Package Manager.
- Click the
+button in the top-left corner of the Package Manager window. - Select “Add package from git URL…” from the dropdown menu.
- Enter the following URL in the text field:
- Click Add.
Next Steps
Once the PlayFlow SDK is installed, you are ready to configure it and start building your multiplayer game.Unity SDK Overview
Get an overview of the SDK’s features and initial setup.
Set Up Linux Modules
Install the required Linux modules for building dedicated servers.