vis2k/Mirror for the Unity Package Manager
The Unity Package Manager is in many ways a more convenient alternative to the Unity Asset Store for dependency management. Unfortunately, the maintainer of vis2k/Mirror has decided against UPM support.
This repository adds UPM support to the upstream version of Mirror. It is not a fork, but rather an otherwise unmodified repackaging of the upstream to support installation through the Unity Package Manager.
Inspired by this issue and pull request.
To install the package, add the following line to your Packages/manifest.json
file, under dependencies:
"se.rgson.vis2k-mirror": "https://github.com/rgson/Mirror-UPM.git#upm",If you wish to explicitly depend on a specific version, use e.g.
"se.rgson.vis2k-mirror": "https://github.com/rgson/Mirror-UPM.git#upm/v7.4.0",Alternatively, install and use the UpmGitExtension to add it from Unity's Package Manager GUI.