Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@matus-tomlein matus-tomlein released this 04 Apr 12:48
· 5 commits to master since this release

This release adds support for two new Unity platforms – WebGL and tvOS. To support WebGL, it implements a new emitter with the async API. On tvOS, it makes use of an in-memory event store due to the limitation of using persistent file storage on the platform. It also stores session information in PlayerPrefs instead of file storage on tvOS and WebGL.

Changelog

  • Add support for WebGL (close #2) (thanks to @bawahakim)
  • Add in memory event store and enable it on tvOS by default (close #74)
  • Store session in PlayerPrefs on Web and tvOS (#76)