Skip to content

Unity il2cpp support and callback bugfixes

Latest
Compare
Choose a tag to compare
@msciotti msciotti released this 27 Nov 17:47
· 10 commits to master since this release
e6390c8

This release includes support for il2cpp compiling in Unity. It is backwards compatible with Mono. It also contains a number of bug fixes, including:

  • Fixed strings getting cut off prematurely in C#
  • The IO thread is now dynamically created to help with the race condition between a final SendPresence() and Shutdown()
  • Fixed the disconnected() callback not being fired