Skip to content

Releases: colyseus/colyseus-unity-sdk

0.14.15

18 May 14:15
2f98e2d
Compare
Choose a tag to compare
0.14.15 Pre-release
Pre-release
Replacing GameDevWare.Serialization assets (#192)

* #188 msgpack-unity upgrade

* #191 replaced assets in unix platform

* Bump version 0.14.15

0.14.12

07 Mar 18:39
Compare
Choose a tag to compare
  • Support endpoints with additional path segments #184

0.14.11

16 Feb 17:28
Compare
Choose a tag to compare
0.14.11 Pre-release
Pre-release
bump 0.14.11

0.14.10

16 Feb 15:15
Compare
Choose a tag to compare
  • Nintendo Switch runtime fix (#182, thanks @LS-Erik ❤️ )
  • Fixes WebGL builds on Unity 2021.2+ (#180)

0.14.9

04 Nov 16:45
Compare
Choose a tag to compare
  • prevent properties from being stripped out of WebGL builds (#173)

0.14.8

03 Aug 20:50
f80f7f4
Compare
Choose a tag to compare

Pull requests Merged:

0.14.7

01 Jun 20:43
34e08ed
Compare
Choose a tag to compare

Changes

  • Fix for #157
    • Socket closure events now pass around the int code instead of the parsed enum value. This will cause errors anywhere that you have created custom _room.colyseusConnection.OnClose / _room.colyseusConnection.OnLeave events that are anticipating a WebSocketCloseCode argument rather than an int. The WebSocketCloseCode can still be obtained via WebSocketHelpers.ParseCloseCodeEnum(code)
  • Fix for #156
    • Resolves issue of ColyseusRequest only working with a single instance of settings due to its static nature.
      ColyseusRequest now no longer has static methods. Moved the requests object out of ColyseusManager and into ColyseusClient. Each client now has its own instance of ColyseusRequest that can be initialized with its own endpoint or ColyseusSettings.

0.14.6

18 May 16:36
4472b4d
Compare
Choose a tag to compare

Changes

  • Fix for CreateOrJoin task never completing
  • Fixed settings icon not being found immediately
  • Updated some comments and Example code

0.14.5

07 May 21:49
be1fd55
Compare
Choose a tag to compare
  • Compatibility with Unity Package Manager (UPM)
  • Fully deprecates Fossil Delta serialization
  • Version 0.14.5 introduces a few breaking changes on the API

👉 Documentation: Getting started with Unity

For a comprehensive list of changes and how to update your project for this new release, visit our documentation page

0.14.4

07 Apr 14:45
Compare
Choose a tag to compare

Changes:

  • 2d54b25 decode 'int8' as sbyte and 'uint8' as byte. #139
  • 112bd0b re-generate schema definitions using latest @colyseus/schema codegen
  • 35fa91b use ts-node-dev instead of nodemon for Server development
  • 73c0865 remove @colyseus/social from backend
  • d69178e fixes DemoRoom path for example schema-codegen usage

This list of changes was auto generated.