Skip to content

v0.8.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@tom-weiland tom-weiland released this 14 Nov 07:31
· 343 commits to main since this 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:

  1. Open the package manager (Window > Package Manager)
  2. Click the + icon in the top left
  3. Add package from git URL
  4. 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.