Skip to content

v0.0.2

Compare
Choose a tag to compare
@treepumpkin treepumpkin released this 11 Jun 23:53
· 49 commits to main since this release

Added

  • In editor SDK documentation
  • Popup menu in the plugin UI to choose which docs to open (Godot 4.3+)

Fixed

  • SDK client compilation error on web exports. Thanks @Arkelen7777 !
  • Caret moving back when trying to edit text in the plugin UI

Changed

  • discovery_v1 endpoint replaced by discovery_v2
  • roomConfig parameter optional when creating a room/lobby
  • roomConfig parameter is now a String instead of a Dictionary
  • SDK will only create an empty config file if running in Editor
  • Generate server build logs are now printed to the Editor bottom output panel

Thanks to @Arkelen7777 for testing the addon and providing valuable feedback