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

GDK for Unity FPS Starter Project Alpha Release 0.3.6

Compare
Choose a tag to compare
@gdk-for-unity-bot gdk-for-unity-bot released this 26 May 12:20
66eef03

This release of the FPS Starter Project is intended for use with the GDK for Unity Alpha Release 0.3.6.

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.6
  • MobileClient now uses the ModularKcp networking type rather than Kcp. #268.
  • The MapBuilder is now using a Task based API instead of a coroutine based one. #271
  • The WorkerConnector implementations have been refactored and simplified. #271

Removed

  • Removed various unused assets in the project. #269