From 77ccae986496d6f2dc2b88626a8bd9936d77d936 Mon Sep 17 00:00:00 2001 From: Chris Molozian Date: Mon, 6 Nov 2017 22:10:24 +0000 Subject: [PATCH] Nakama Unity 0.10.0 release. --- CHANGELOG.md | 7 +++++-- Nakama/Properties/AssemblyInfo.cs | 2 +- build.gradle | 2 ++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e43c55f5..542d5fa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,12 @@ All notable changes to this project are documented below. The format is based on [keep a changelog](http://keepachangelog.com/) and this project uses [semantic versioning](http://semver.org/). -## [Unreleased] +## [0.10.0] - 2017-11-06 ### Added -- RUDP transport option. +- New experimental rUDP socket protocol option. + +### Changed +- Use string identifiers instead of byte arrays for compatibility across Lua, JSON, and client representations. ## [0.9.0] - 2017-10-17 ### Added diff --git a/Nakama/Properties/AssemblyInfo.cs b/Nakama/Properties/AssemblyInfo.cs index 3498f4b4..71d43d29 100644 --- a/Nakama/Properties/AssemblyInfo.cs +++ b/Nakama/Properties/AssemblyInfo.cs @@ -14,4 +14,4 @@ [assembly: ComVisible(false)] [assembly: Guid("36E87F50-1D34-4898-9BDA-F2E80CD6B25E")] -[assembly: AssemblyVersion("0.9.0.0")] +[assembly: AssemblyVersion("0.10.0.0")] diff --git a/build.gradle b/build.gradle index 3ab294ef..52fabc6b 100644 --- a/build.gradle +++ b/build.gradle @@ -110,6 +110,8 @@ task unityPackage(type: Exec) { into "$unityprojectDir/Assets/Nakama/Plugins" include 'Google.Protobuf.dll' include 'websocket-sharp.dll' + include 'Netcode.IO.NET.dll' + include 'ReliableNetcode.dll' } copy {