Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

GDK for Unity Alpha Release 0.3.1

Choose a tag to compare

@gdk-for-unity-bot gdk-for-unity-bot released this 25 Nov 13:36
5179020

In this release, we've improved the responsiveness of the Deployment Launcher and exposed a Worker's IsConnected property in the WorkerSystem. 🎉

We've also fixed a couple of known issues (#957, #958) where valid schema could generate invalid code due to name clashes.

Keep giving us your feedback and/or suggestions! Check out our Discord, our forums, or here in the Github issues!

Feel free to have a browse through our detailed release notes below! 👇


Added

  • A WorkerSystem now exposes the underlying Worker's IsConnected property. #1217

Fixed

  • Fixed an issue where the Deployment Launcher window would feel unresponsive due to saving changes after every input. #1219
    • It will now wait for at least 1 second to elapse after the last change before writing the configuration back to disk.
  • Fixed issues (#957, #958) where valid schema would generate invalid code due to name clashes. #1222
    • The offending schema properties will no longer be generated and are now logged in the Unity Editor.

Internal

  • Changed the default Locator port from 444 to 443. #1220