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

Releases: spatialos/gdk-for-unity-blank-project

GDK for Unity Blank Project Alpha Release 0.3.1

25 Nov 13:36
8e7b703
Compare
Choose a tag to compare

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

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


Changed

  • Upgraded to GDK for Unity version 0.3.1

GDK for Unity Blank Project Alpha Release 0.3.0

11 Nov 17:55
0fed935
Compare
Choose a tag to compare

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

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


Changed

  • Upgraded to GDK for Unity version 0.3.0
  • Changed the default client network connection type from KCP to Modular UDP with compression enabled. #77

GDK for Unity Blank Project Alpha Release 0.2.10

15 Oct 14:17
8443ce3
Compare
Choose a tag to compare

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

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


Changed

  • Upgraded to GDK for Unity version 0.2.10

GDK for Unity Blank Project Alpha Release 0.2.9

16 Sep 13:43
056471f
Compare
Choose a tag to compare

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

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


Changed

  • Upgraded to GDK for Unity version 0.2.9

GDK for Unity Blank Project Alpha Release 0.2.8

03 Sep 17:48
a5563fa
Compare
Choose a tag to compare

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

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


Changed

  • Upgraded to GDK for Unity version 0.2.8
  • Upgraded the project to be compatible with 2019.2.0f1.

GDK for Unity Blank Project Alpha Release 0.2.7

19 Aug 17:27
f81a0a1
Compare
Choose a tag to compare

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

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 or check out our Upgrade Guide! 🎉


Breaking changes

  • Tidied up the project structure. #68
    • Moved CreatePlayerEntityTemplate to the new EntityTemplates static class.
    • Removed Improbable.Gdk.TransformSynchronization from the assembly definition.

Added

  • Created prefabs for UnityClient, UnityGameLogic and MobileClient workers under Resources/Prefabs/Worker. #68
  • Created a new EntityTemplates static class. #68

Changed

  • Upgraded to GDK for Unity version 0.2.7
  • The SpatialOS > Generate snapshot button now generates a snapshot directly without displaying a pop-up window. #68

Internal

  • Removed old arguments from the worker JSON files. #69

GDK for Unity Blank Project Alpha Release 0.2.6

05 Aug 15:40
43f1ff0
Compare
Choose a tag to compare

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

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 or check out our Upgrade Guide! 🎉


Changed

  • Upgraded to GDK for Unity version 0.2.6

Added

  • Added the io.improbable.gdk.debug package as a dependency. #66

GDK for Unity Blank Project Alpha Release 0.2.5

18 Jul 17:18
4d3fec0
Compare
Choose a tag to compare

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

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 or check out our Upgrade Guide! 🎉


Changed

  • Changed manifest to use GDK Packages with NPM instead of sideloading.
  • Upgraded to GDK for Unity version 0.2.5

Internal

  • Split the MobileClient build into separate iOS and Android buildkite steps.

GDK for Unity Blank Project Alpha Release 0.2.4

28 Jun 13:47
Compare
Choose a tag to compare

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

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! 🎉


Changed

  • Upgraded project to the new worker abstraction. #56

GDK for Unity Blank Project Alpha Release 0.2.3

12 Jun 17:05
544ad20
Compare
Choose a tag to compare

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