Releases: colyseus/colyseus-unity-sdk
Releases · colyseus/colyseus-unity-sdk
0.12.0
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
0.11.5
0.11.4
0.11.2
Changes:
- 17d0e71 compatibility with colyseus/schema#45 (#98)
- 19988da add public ConsumeSeatReservation() method.
- 82ec02b add azure pipeline .yml file (#96)
- 21f2513 Update README.md
- 333f940 Merge pull request #95 from caioteixeira/patch-1
- 11ac893 Fix typo
- 73bb9d0 Merge pull request #93 from colyseus/feature/azure-devops-pipeline-yaml
- 27a6aca Merge pull request #94 from colyseus/feature/azure-devops-pipeline-yaml-update
- 9fca3d0 update README for azure integration
- 760bbdd Update README.md
See More
- d17488a Update README.md
- 1b4ae1f Update README.md
- a60195e Update README.md
- f365ea1 Update README.md
- 98307b4 Update README.md
- a509857 Update README.md
- 37608ff Update README.md
- 2c779c8 add build badge
- 395b165 add test for decoding backwards/forwards compatibility. colyseus/schema#40
- 6963578 add test for colyseus/schema#42
- 77f196c use key number reference instead of strings to test map item removal
- 60a37c5 Merge branch 'Xian55-ws-stabilize'
- 4c70850 postmerge #88. add CancelConnection() for webgl target
- 731b7ff Format code
- 897bc45 use CancelToken - Cleanup socket - Receive handle exceptions
- e2377ec fixes deleting primitive MapSchema items. closes #87
- c7f9cbc fixes OnAdd() callback for numbers. #87
- f8ec635 fixes popping multiple items at once. add test case. #87
- 11db7ab fixes removing items from ArraySchema. closes #86
- 7e8b3cd Merge pull request #79 from doorbash/master
- 62106b2 item is null for primitive values
This list of changes was auto generated.
0.11.0
Version 0.11 is finally here! 🎉
See migration guide: https://docs.colyseus.io/migrating/0.11/
0.10.8
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()