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.3.0

Choose a tag to compare

@gdk-for-unity-bot gdk-for-unity-bot released this 11 Nov 17:55
7a9fcf2

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


Breaking Changes

  • Restructured the project's layout. #239
    • Moved all code and schema from FPS "packages" into the project directly.
    • Cleaned up namespaces to make it clearer that this is game-specific schema and code.
    • Flattened and tidied up the Assets/Fps/Scripts folder.

Changed

  • Upgraded to GDK for Unity version 0.3.0
  • Changed the default client and simulated player network connection types to Modular UDP with compression enabled. #238
  • Changed the default UnityGameLogic and SimulatedPlayerCoordinator network connection types to TCP. #238