Releases: heroiclabs/nakama-unity
Releases · heroiclabs/nakama-unity
v2.7.0
Notable Changes
Changed
- Update Nakama .NET dependency. See release notes: heroiclabs/[email protected].
- Add namespace to JavaScript web socket adapter internals.
v2.6.0
Notable changes
Changed
- Update Nakama .NET dependency. See release notes: heroiclabs/[email protected].
v2.5.1
Notable changes
Fixed
- Fixed a warning about the
Tests/
folder when loading the SDK. - Fixed the version number in
package.json
to match the current release.
v2.5.0
Notable changes
Added
- Add support for the Unity Package Manager. See the README for usage.
Changed
- Update Nakama .NET dependency. See release notes: heroiclabs/[email protected].
- Update minimum required Unity version to 2018.4.26f1 LTS. While older releases may work YMMV.
v2.4.0
Notable changes
Added
- Add new scene as an example for WebGL basics. Thanks @humbertodias.
Changed
- Add a default error handler to the socket adapter to make common errors more visible.
- Update Nakama .NET dependency. See release notes: heroiclabs/[email protected].
Fixed
- UnityWebRequest downloadHandler is null on DELETE methods. Thanks @hasbean.
v2.3.2
v2.3.1
v2.3.0
v2.2.2
v2.2.1
Notable changes
Added
- New example on how to manage the client/socket/session as a singleton.
- Various improvements to existing code examples.
Changed
- Update Nakama .NET dependency.
See also [email protected] release.