Skip to content

Releases: colyseus/colyseus-unity-sdk

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.

0.14.3

27 Feb 21:45
Compare
Choose a tag to compare

Changes:

  • ba045bc fix: workaround when server encodes ADD + DELETE in the same MapSchema key.
  • 4e3fff5 remove @colyseus/social usage.
  • ba9ee7c fixes decoding when reached end of bytes
  • 03701a2 update README
  • 329397e fix bad refs.Remove() calls due to ArraySchema#GetByIndex issue. #133
  • 2603240 add test for @colyseus/schema move + nullify
  • 47cf0e7 WebGL fix: Cannot read property 'readyState' of undefined at _WebSockedSend

This list of changes was auto generated.

0.14.2

04 Nov 15:17
Compare
Choose a tag to compare

Changes:

  • 091ba13 fixes triggering onChange on root structure.

This list of changes was auto generated.

0.14.1

01 Nov 21:52
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.