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

GDK for Unity FPS Starter Project Alpha Release 0.2.7

Choose a tag to compare

@gdk-for-unity-bot gdk-for-unity-bot released this 19 Aug 17:27
ae9dae2

This release of the FPS Starter 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

  • Moved ChosenDeploymentAlphaLocatorFlow and SessionConnectionFlowInitializer into the Fps.Connection namespace and made them public. #225
  • Renamed ChosenDeploymentAlphaLocatorFlow to ChosenDeploymentLocatorFlow. #226
  • Removed Improbable.Gdk.StandardTypes.Vector3Extensions.ToVector3(this Coordinates coordinates) since there is now the option of:
    • Using the Coordinates.FromUnityVector(Vector3 vector) static method.
    • Using the TransformUtils.ToCoordinates(this Vector3 vector) extension method in the Transform Synchronization feature module.

Changed

  • Upgraded to GDK for Unity version 0.2.7

Internal

  • Added tests for the ChosenDeploymentLocatorFlow. #225
  • Removed old arguments from the worker JSON files. #226