Skip to content

Releases: colyseus/colyseus-unity-sdk

0.12.0

26 Jan 19:21
Compare
Choose a tag to compare

Protocol changes for compatibility with 0.12, see migration guide: https://docs.colyseus.io/migrating/0.12/

Changes:

  • fc6e60f compatibility with 0.12.x protocol. parse state and patch from single message

This list of changes was auto generated.

0.11.6

09 Jan 16:51
Compare
Choose a tag to compare

Changes:

  • 5eadb90 Add missing parameter for headers to constructor for WebSocket in WebGL builds (#104)

This list of changes was auto generated.

0.11.5

23 Dec 17:24
Compare
Choose a tag to compare

Changes:

  • d7eeaf8 do not require 'headers' argument on ConsumeSeatReservation

This list of changes was auto generated.

0.11.4

26 Nov 13:46
Compare
Choose a tag to compare

Changes:

  • 287c6c5 Allow developer to specify http headers for any matchmaking requests. (#99)
  • 103325e Fix warnings. (#100)
  • 3dc21e1 experiment decoding Schema-encoded messages sent by the server
  • bb9f081 update to support for custom metadata on room listing

This list of changes was auto generated.

0.11.2

25 Oct 04:09
17d0e71
Compare
Choose a tag to compare

Changes:

See More

This list of changes was auto generated.

0.11.0

23 Aug 02:35
Compare
Choose a tag to compare

Version 0.11 is finally here! 🎉
See migration guide: https://docs.colyseus.io/migrating/0.11/

0.10.8

25 May 21:36
Compare
Choose a tag to compare

Support for new experimental @colyseus/social API.
See documentation: https://docs.colyseus.io/authentication/

Now available in the client:

  • client.Auth.Login()
  • client.Auth.GetFriends()
  • client.Auth.GetOnlineFriends()
  • client.Auth.GetFriendRequests()
  • client.Auth.SendFriendRequest(userId)
  • client.Auth.AcceptFriendRequest(userId)
  • client.Auth.DeclineFriendRequest(userId)
  • client.Auth.SendFriendRequest(userId)
  • client.Auth.BlockUser(userId)
  • client.Auth.UnblockUser(userId)
  • client.Push.Register()

0.10.7

20 May 23:25
Compare
Choose a tag to compare
  • Decode "number" (varint) as float ("float32") by default.

0.10.6

20 May 20:48
Compare
Choose a tag to compare

Fixes decoding int64 / uint64

0.10.5

11 May 15:40
e03487f
Compare
Choose a tag to compare

Fixes ArraySchema and MapSchema of primitive types. (#71, #70)

To update, please:

  • Please remove your node_modules, package-json.lock
  • npm install to get the latest version of @colyseus/schema
  • re-generate your C# schema definitions using npx schema-codegen tool.