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
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 theModularKcp
networking type rather thanKcp
. #268.- The
MapBuilder
is now using aTask
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