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.6
This release of the FPS Starter Project is intended for use with the GDK for Unity Alpha Release 0.2.6.
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
- The
AdvancedEntityPipelineno longer takes anIEntityGameObjectCreatorinstance as a parameter when it is being constructed. #222- Instead it instantiates an
GameObjectCreatorFromMetadataas the fallback. - This change was made as the
GameObjectCreatorFromMetadatawas being used at all call sites for the constructor.
- Instead it instantiates an
Added
- Added the
io.improbable.gdk.debugpackage as a dependency. #222
Changed
-
Upgraded to GDK for Unity version
0.2.6 -
The
AdvancedEntityPipelinenow uses theOwningWorkercomponent from the PlayerLifecycle feature module #222 -
Removed the
DISABLE_REACTIVE_COMPONENTSscripting define as it is no longer used. #222