v0.8.1
Pre-release
Pre-release
• Added Unity Package Manager support
• Added error message for when a MessageHandler
attribute is applied to a non-static method
• Fixed Client
events being raised multiple times when connecting after 1 or more failed connection attempts (issue #9)
Full changelog: v0.8.0...v0.8.1
If you would prefer to install Riptide with Unity's Package Manager instead of dropping the dll into your project:
- Open the package manager (Window > Package Manager)
- Click the + icon in the top left
- Add package from git URL
- Paste
https://github.com/tom-weiland/RiptideNetworking.git?path=/UnityPackage
and click Add
Note that the Unity Package Manager currently does not support updating git packages via an update button. In order to update Riptide, you'll need to first click the remove button and then re-add the package using the steps above.