Installation
Last updated
Last updated
Getting set up with PurrNet is very easy, and takes only a few steps to get you started making multiplayer games!
You can add PurrNet to your project in 3 ways:
Through the package manager you can add a package using a git URL. Just add the following URL, and whenever you need PurrNet updated, you can update it directly from the package manager:
https://github.com/PurrNet/PurrNet.git?path=/Assets/PurrNet#release
You can also use the dev
branch if you're looking to access the latest features, though it may come at the cost of stability. You can switch at any time by using either URLs:
https://github.com/PurrNet/PurrNet.git?path=/Assets/PurrNet#dev
You must have Git installed on your system for Unity to fetch packages via git URLs.
If you just installed Git, restart Unity and Unity Hub before trying again.
If it still doesn't work after restarting Unity, restart your computer.
It's as easy as going to the asset store using this link, and adding it like a normal package:
You can download the latest release from and simply double click it to import it into your project
You can now continue on to the page