0.13 Patch Notes

October 2th 2025

Intro

A new version of GD-Sync is now available for download. Version 0.13 introduces requested features and bug fixes.

Bug Fixes

Some bugs have been resolved:

  • Call Func All:
    The newly added function call_func_all had incorrect syntax, causing it to throw an error. This has now been fixed.

    Account Friend Status:
    When sending a friend request to another player the friend status for both showed "pending". This made it impossible to know which friend sent the request and which has to accept it. This has now been fixed, the friend who sent the request will see "waiting for reply" and the friend who has to accept will see "incoming request" as the status.

    Local Multiplayer Reconnect:
    Sometimes when leaving and rejoining a lobby using local multiplayer, the connection would not establish and throw errors. This was due to the plugin reusing a closed peer. This issue has now been fixed by creating a new peer when trying to reconnect.

Improvements & Additions

This new version comes with some new features and changes:

  • SynchronizedRigidBody2D:
    A new custom node type has been added, the SynchronizedRigidBody2D. It works exactly the same as the SynchronizedRigidBody3D and allows for s physics synchronisation between clients, but now in 2D!‍


  • Static Function Support:

    GD-Sync now supports calling static functions in GDScript remotely using call_func, call_func_on and call_func_all.


  • Leaderboard Score Data:

    When submitting a score to a leaderboard you can now attach a dictionary with custom data to the score. This allows you to append any metadata you would like to add, examples are which level the score was achieved in, what game-mode, etc. This dictionary has a maximum size of 2048 bytes.

    VoiceChat Mute & Unmute:
    The custom VoiceChat node has been expanded with a mute and unmute function. This allows you to easily implement features such as push-to-talk.

    Cloudstorage warning:
    Many users reported errors with cloudstorage functionalities not working, most of these reports were due to the plugin not being enabled. This was not indicated in any way by the error. The plugin now prints a proper and clear error when trying to use cloudstorage without the plugin being active.

Upgrading

Upgrading to version 0.13 can be done right from the configuration menu (Project -> Tools -> GD-Sync). It is also possible to download the plugin directly from our GitHub.

Looking Forward

Please let us know if you encounter any issues in version 0.13. For feature requests or bug reports, please visit our support page!

Thank you for using GD-Sync. Your feedback is crucial to our continuous improvement.

Have a question for us?

Send us a message and we'll be in touch.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.