Skip to content

Releases: colyseus/colyseus-unity-sdk

0.9.7

07 Feb 02:01
Compare
Choose a tag to compare
  • fixes null values for onAuth() (thanks @Wenish for reporting 🙌 )
  • fixed "'DynamicMethod' could not be found" error on Unity2018.3.x (#54)

0.9.6

17 Jul 01:23
Compare
Choose a tag to compare
  • room.Leave() now plays nicely with onLeave(client, consented) in the server-side.

0.9.5

07 Jul 06:17
38e7b9f
Compare
Choose a tag to compare
  • GetAvailableRooms() is finally available (#44, thanks a lot @bhavik66 ❤️ )

0.9.4

07 Jul 05:30
Compare
Choose a tag to compare

Introduced a ReJoin() method. Should be used along with allowReconnection() in the server-side.

0.9.3

07 Jul 04:07
113dcd0
Compare
Choose a tag to compare

0.9.2

21 Jun 14:50
778159e
Compare
Choose a tag to compare
  • Fixes error when removing rooms from client's room list. (thanks @buzzyboy for his pull-request #40)

0.9.1

01 Apr 21:02
Compare
Choose a tag to compare
  • Fix on comparing existing null values. (#35)

0.9.0

30 Mar 22:21
Compare
Choose a tag to compare

0.8.3

29 Mar 15:56
Compare
Choose a tag to compare
  • Update msgpack-unity3d library which fixes parsing some negative integers (#36)

0.8.2

16 Nov 14:48
Compare
Choose a tag to compare
  • Trigger Listen() callbacks on initial state. (deep "add" operations, #31)