Releases: colyseus/colyseus-unity-sdk
Releases · colyseus/colyseus-unity-sdk
0.9.7
- fixes
null
values for onAuth()
(thanks @Wenish for reporting 🙌 )
- fixed
"'DynamicMethod' could not be found"
error on Unity2018.3.x (#54)
0.9.6
room.Leave()
now plays nicely with onLeave(client, consented)
in the server-side.
0.9.5
GetAvailableRooms()
is finally available (#44, thanks a lot @bhavik66 ❤️ )
0.9.2
- Fixes error when removing rooms from client's room list. (thanks @buzzyboy for his pull-request #40)
0.9.1
- Fix on comparing existing
null
values. (#35)
0.8.3
- Update
msgpack-unity3d
library which fixes parsing some negative integers (#36)
0.8.2
- Trigger
Listen()
callbacks on initial state. (deep "add"
operations, #31)