Skip to content

Commit 636afc8

Browse files
authored
Nakama/Satori Unity 3.17.0 release. (#190)
1 parent 1c3975d commit 636afc8

4 files changed

Lines changed: 11 additions & 3 deletions

File tree

Packages/Nakama/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ All notable changes to this project are documented below.
33

44
The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/).
55

6+
## [3.17.0] - 2025-07-17
7+
### Added
8+
- Add request logging to the "UnityWebRequestAdapter" type. Thanks @epishev-m
9+
10+
### Changed
11+
- Update to use Nakama and Satori .NET 3.17.0 release.
12+
- Set the minimum supported version of Unity engine to be on 2022.3 LTS release.
13+
614
## [3.16.0] - 2025-02-13
715
### Changed
816
- Update to use Nakama and Satori .NET 3.16.0 release.
13.5 KB
Binary file not shown.
0 Bytes
Binary file not shown.

Packages/Nakama/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "com.heroiclabs.nakama-unity",
3-
"version": "3.16.0",
4-
"unity": "2018.4",
3+
"version": "3.17.0",
4+
"unity": "2022.3",
55
"displayName": "Nakama Unity",
6-
"description": "Unity3D client for Nakama server written in C#.",
6+
"description": "Unity3D client for Nakama and Satori server written in C#.",
77
"keywords": [
88
"app server",
99
"client library",

0 commit comments

Comments
 (0)