Skip to content

Releases: colyseus/colyseus-unity-sdk

0.4.1

25 Apr 18:51
Compare
Choose a tag to compare
  • Fixed Exception: copy extends past end of input (#7, #9)

New contributor:

0.4.0

18 Feb 22:13
Compare
Choose a tag to compare

See ColyseusClient.cs for a practical example using this version

  • API has changed completely.
  • Now compatible with colyseus version 0.4.x (#2)
  • Using C# implementation of delta-listener
  • Using Coroutines instead of Threads, for HTML5-export compability (#5 not fixed yet).
  • Deprecate JSON/JSON-Patch handling

0.1.0

25 Feb 23:28
Compare
Choose a tag to compare
add simple json patching method. working on net35 and Unity