Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

GDK for Unity Blank Project Alpha Release 0.2.3

Choose a tag to compare

@jessicafalk jessicafalk released this 12 Jun 17:05
· 69 commits to master since this release
544ad20

This release of the Blank Project is intended for use with the GDK for Unity Alpha Release 0.2.3.

Note: This release contains a breaking change. Our starter projects don't have a schema folder by default anymore. To ensure your own schema gets picked up correctly, open your project inside Unity.
From your Unity Editor menu, select SpatialOS > Gdk tools configuration. In the Schema sources section inside the Gdk tools configuration window, add your path to the list. Then re-generate the code by selecting SpatialOS > Generate code (force).

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

For more information, have a browse through our detailed release notes below! 🎉


Breaking Changes

  • Upgraded the project to be compatible with 2019.1.3f1. Note that we do not support Unity 2018.x anymore.

Changed

  • Updated GdkToolsConfiguration.json to conform with the schema copying change in the GDK.
  • Upgrade to Unity Entities preview.33
  • The default_launch.json and cloud_launch.json launch configurations now uses the w2_r0500_e5 template instead of the small template which was deprecated.

Internal

  • Disabled Burst compilation for all platforms except for iOS, because Burst throws benign errors when building workers for other platforms than the one you are currently using. #52
  • Enabled Burst compilation for iOS, because disabling results in an invalid XCode project. #52