This repository has been archived by the owner on Oct 20, 2021. It is now read-only.
GDK for Unity Blank Project Alpha Release 0.2.2
The
w4_r1000_e1
template used in the FPS Starter Project has now been deprecated. If you use this template, update your launch configuration to use the neww4_r1000_e10
template.
This release of the Blank Project is intended for use with the GDK for Unity Alpha Release 0.2.2.
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! 🎉
Breaking Changes
- The
w4_r1000_e1
template used in the FPS Starter Project has now been deprecated. If you use this template, update your launch configuration to use the neww4_r1000_e10
template. - Removed the
AndroidClientWorkerConnector
andiOSClientWorkerConnector
and their specific scenes. You can now use theMobileClientWorkerConnector
and itsMobileClientScene
to connect to a mobile device. - Added the worker type
MobileClient
and removed the worker typesAndroidClient
andiOSClient
.
Added
- Added integration with the deployment launcher feature module.