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

GDK for Unity Alpha Release 0.3.2

Compare
Choose a tag to compare
@gdk-for-unity-bot gdk-for-unity-bot released this 23 Dec 13:49
3a2a296

In this release, we've added support for Unity build callbacks such as IPostprocessBuildWithReport, and enabled support for QBI frequency in the QBI Helper Module! πŸŽ‰

πŸ‘ˆ Click here to see a quick demo of QBI frequency in action!

qbif_heart_unity

We've also fixed an issue where empty lists, maps, or options in a component update would not be applied properly. πŸ˜…

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

See the full release notes below! πŸ‘‡


Added

  • Added support for Unity build callbacks such as IPostprocessBuildWithReport. #1228
    • During a build you can now access the WorkerBuilder.CurrentContext field which contains all SpatialOS related build information.
  • Enabled support for QBI frequency in the QBI Helper Module. #1231
    • Use the WithMaxFrequencyHz method when building an InterestQuery to define your query's frequency.

Fixed

  • Fixed a bug where empty list, maps, or options in a component update would not be applied correctly. #1229
  • Fixed missing log path error when printing the Unity PlayerConnection debug port. #1232