Release 1.8.0
·
33 commits
to main
since this release
Added
- Added a Project Inbox feature to the Start Here scene that allows the UGS Use Cases Development team to send messages with updates about the project to our users.
Changed
- Reformated namespaces to align with service namespaces and eliminate nested namespaces.
- Added parameter types to all docs for Cloud Code scripts and improved overall table alignment in plain text editors.
- Updated Unity Gaming Services packages and related packages to the latest stable packages released as of 2022-11-07.
- Addressables updated from
1.20.5to1.21.1 - Authentication updated from
2.0.0to2.3.1 - Cloud Code updated from
2.0.1to2.1.2 - Economy updated from
2.0.4to3.0.0- Replaced usages of deprecated property
CustomDatawith newer propertyCustomDataDeserializable.
- Replaced usages of deprecated property
- Mediation updated from
1.0.4to1.0.5 - Remote Config updated from
3.1.3to3.2.2
- Addressables updated from
Fixed
- Fixed an issue in the Battle Pass where if an Economy error (such as a rate limit error) was generated while trying to claim a tier, the Cloud Code script was not properly throwing the error, and the tier was marked as claimed even though the reward was not given.