Releases: spatialos/gdk-for-unity-blank-project
GDK for Unity Blank Project Alpha Release 0.3.1
This release of the Blank Project is intended for use with the GDK for Unity Alpha Release 0.3.1.
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.1
GDK for Unity Blank Project Alpha Release 0.3.0
This release of the Blank 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!
Changed
- Upgraded to GDK for Unity version
0.3.0
- Changed the default client network connection type from KCP to Modular UDP with compression enabled. #77
GDK for Unity Blank Project Alpha Release 0.2.10
This release of the Blank Project is intended for use with the GDK for Unity Alpha Release 0.2.10.
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.2.10
GDK for Unity Blank Project Alpha Release 0.2.9
This release of the Blank Project is intended for use with the GDK for Unity Alpha Release 0.2.9.
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.2.9
GDK for Unity Blank Project Alpha Release 0.2.8
This release of the Blank Project is intended for use with the GDK for Unity Alpha Release 0.2.8.
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.2.8
- Upgraded the project to be compatible with
2019.2.0f1
.
GDK for Unity Blank Project Alpha Release 0.2.7
This release of the Blank Project is intended for use with the GDK for Unity Alpha Release 0.2.7.
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
- Tidied up the project structure. #68
- Moved
CreatePlayerEntityTemplate
to the newEntityTemplates
static class. - Removed
Improbable.Gdk.TransformSynchronization
from the assembly definition.
- Moved
Added
- Created prefabs for
UnityClient
,UnityGameLogic
andMobileClient
workers underResources/Prefabs/Worker
. #68 - Created a new
EntityTemplates
static class. #68
Changed
- Upgraded to GDK for Unity version
0.2.7
- The SpatialOS > Generate snapshot button now generates a snapshot directly without displaying a pop-up window. #68
Internal
- Removed old arguments from the worker JSON files. #69
GDK for Unity Blank Project Alpha Release 0.2.6
This release of the Blank 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! 🎉
Changed
- Upgraded to GDK for Unity version
0.2.6
Added
- Added the
io.improbable.gdk.debug
package as a dependency. #66
GDK for Unity Blank Project Alpha Release 0.2.5
This release of the Blank Project is intended for use with the GDK for Unity Alpha Release 0.2.5.
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! 🎉
Changed
- Changed manifest to use GDK Packages with NPM instead of sideloading.
- Upgraded to GDK for Unity version
0.2.5
Internal
- Split the
MobileClient
build into separateiOS
andAndroid
buildkite steps.
GDK for Unity Blank Project Alpha Release 0.2.4
This release of the Blank Project is intended for use with the GDK for Unity Alpha Release 0.2.4.
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! 🎉
Changed
- Upgraded project to the new worker abstraction. #56
GDK for Unity Blank Project Alpha Release 0.2.3
This release of the Blank Project is intended for use with the GDK for Unity Alpha Release 0.2.3.
Note: This release contains a breaking change. Our starter projects don't have a schema
folder by default anymore. To ensure your own schema gets picked up correctly, open your project inside Unity.
From your Unity Editor menu, select SpatialOS > Gdk tools configuration. In the Schema sources section inside the Gdk tools configuration window, add your path to the list. Then re-generate the code by selecting SpatialOS > Generate code (force).
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
- Upgraded the project to be compatible with
2019.1.3f1
. Note that we do not support Unity2018.x
anymore.
Changed
- Updated
GdkToolsConfiguration.json
to conform with the schema copying change in the GDK. - Upgrade to Unity Entities preview.33
- The
default_launch.json
andcloud_launch.json
launch configurations now uses thew2_r0500_e5
template instead of thesmall
template which was deprecated.