Skip to content

Releases: hathora/hathora-godot-plugin

v0.0.4

06 Nov 22:50
a088608
Compare
Choose a tag to compare
Merge pull request #1 from treepumpkin/main

Plugin and SDK changes for v0_0_4

v0.0.3

20 Aug 10:42
Compare
Choose a tag to compare

Fixed

  • Missing room_config parameter in room_v2.update_config()

Thanks to @CameronFrittz for flagging this

v0.0.2

11 Jun 23:53
Compare
Choose a tag to compare

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

v0.0.1

02 May 21:27
4a0b2f5
Compare
Choose a tag to compare

First public release of the Hathora Godot addon