Skip to content

v3.7.0

Compare
Choose a tag to compare
@miwarnec miwarnec released this 04 May 15:48
· 6853 commits to master since this release

3.7.0 (2019-05-04)

Bug Fixes

  • ListServer Ping not found in WebGL (6c4b34b)
  • websocket: Use a buffer for most WS messages in WebGL client resulting in 0 alloc for most messages (#848) (8967a20)

Features

  • scene: Add support for scene loading params (#644) (d48a375)

Performance Improvements

  • Transports now give ArraySegment instead of byte[] (based on #569 and #846) (77bee45)