added

SDK 3.3.0 released

Windowed Mode (beta)
We added two new methods in the ⚙️ PerformanceKit to help you manage the "Window Mode" : OnWindowedModeChanged and GetWindowedMode

ExecuteJS
You can now easily execute Javascript code from your game with SDK.ExecuteJS
Example to show a browser alert window:

SDK.ExecuteJS("alert('Game Over')");

Fixed:

  • HostDisconnected error
  • Advanced Settings window GUI fix for Unity 2018