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
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
ChosenDeploymentAlphaLocatorFlowandSessionConnectionFlowInitializerinto theFps.Connectionnamespace and made thempublic. #225 - Renamed
ChosenDeploymentAlphaLocatorFlowtoChosenDeploymentLocatorFlow. #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.
- Using the
Changed
- Upgraded to GDK for Unity version
0.2.7