Skip to content
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.

Releases: spatialos/UnrealGDKStarterProject

0.2.0

26 Feb 18:41
028517e
Compare
Choose a tag to compare

Unreal GDK version 0.2.0 is go!
Corresponding Engine version: https://github.com/improbableio/UnrealEngine/tree/4.20-SpatialOSUnrealGDK-0.2.0

Make sure to upgrade your GDK and Engine fork to the latest release. Either use the 0.2.0 tagged commits or switch your projects to the release branches and pull.

With this release we’ve completely revamped how we handle startup-actors in the world, your snapshot no longer contains every entity in your world and instead your servers will spawn the entities when connecting to your deployment.

Additionally, we’ve simplified our default connection logic to be closer to native Unreal.

Please see the full release notes, and don’t hesitate to send us your feedback.

Happy developing!
GDK team

0.1.0

08 Feb 13:05
028517e
Compare
Choose a tag to compare

To improve the stability and communication of Unreal GDK releases, we will now be tagging release commits periodically in the GDK and its corresponding projects.

We start with version 0.1.0 which has just been released following our QA process and is available here:
https://github.com/spatialos/unrealgdk/releases/tag/0.1.0

The default branch of our repositories will now become the release branch which will always be up to date with the latest tagged commit. The master branch will contain the latest, unverified work and is not recommended except for experimental use. We recommend switching your development from master to release. If you have no local changes to the GDK, typing git checkout release will get you onto the latest pinned release.

Note: With the recent changes you will have to regenerate your project files to avoid compilation errors.

Please see the full release notes, and don’t hesitate to send us your feedback.