File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,14 @@ All notable changes to this project are documented below.
33
44The 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.
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments