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
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! π
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.
- During a build you can now access the
- Enabled support for QBI frequency in the QBI Helper Module. #1231
- Use the
WithMaxFrequencyHz
method when building anInterestQuery
to define your query's frequency.
- Use the