Releases: heroiclabs/nakama-unity
Releases · heroiclabs/nakama-unity
v3.14.0
v3.13.0
Notable changes
Changed
- Updated to use the Nakama and Satori .NET 3.13.0 release.
v3.12.1
Changed
- Updated to use the Nakama and Satori .NET 3.12.1 release.
v3.12.0
Changed
- Updated to use the Nakama and Satori .NET 3.12.0 release.
Fixed
- Removed unnecessary reference to old Nakama Unity version in Demo scene.
v3.11.0
Changed
- Default socket adapter changed from
WebSocketAdapter
toWebSocketStdlibAdapter
. This is done to utilize the native .NET Websocket library for improved stability and maintenance. - Updated to use the Nakama and Satori .NET 3.11.0 release.
v3.10.1
Changed
- Retry functionality restored for
UnityWebRequest.Result.ConnectionError
.
v3.10.0
Changed
- Updated to use the Nakama and Satori .NET 3.10.0 release.
- Restricted retry attempts to more specific 500-level error codes from the server.
v3.9.0
Changed
- Updated to use the Nakama and Satori .NET 3.9.0 release.
v3.8.0
Changed
- Updated to use the Nakama and Satori .NET 3.8.0 release.
v3.7.0
Changed
- Updated to use the Nakama and Satori .NET 3.7.0 release.
Fixed
- Fixed an issue where the OnClose event would not fire in Unity WebGL.