Releases: colyseus/colyseus-unity-sdk
Releases · colyseus/colyseus-unity-sdk
0.14.10
0.14.9
0.14.8
0.14.7
Changes
- Fix for #157
- Socket closure events now pass around the
int
code instead of the parsedenum
value. This will cause errors anywhere that you have created custom_room.colyseusConnection.OnClose
/_room.colyseusConnection.OnLeave
events that are anticipating aWebSocketCloseCode
argument rather than anint
. TheWebSocketCloseCode
can still be obtained viaWebSocketHelpers.ParseCloseCodeEnum(code)
- Socket closure events now pass around the
- 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 ofColyseusManager
and intoColyseusClient
. Each client now has its own instance ofColyseusRequest
that can be initialized with its own endpoint orColyseusSettings
.
- Resolves issue of
0.14.6
Changes
- Fix for CreateOrJoin task never completing
- Fixed settings icon not being found immediately
- Updated some comments and Example code
0.14.5
- 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
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
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.