v3.0.0
Latest
2020.3+
Changelog
All notable changes to this package will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[3.0.0] - 2023-11-16
Changed
GetTagsAsync
changed to only returns tags for the current environment.
[2.0.0] - 2023-10-20
Added
- Added OAuth authentication support with Authentication package dependency
- Added examples to use external authentication in
External Authentication Step
- Added
ContentVisibility
options:public
andunlisted
- Added dependency to
com.unity.services.authentication
version 3.0.0
Changed
- Deprecated
ContentVisibility
options:publicGame
andpublicGlobal
. Usepublic
instead.
[1.0.1] - 2023-06-15
- Initial release
[1.0.0-pre.6] - 2023-05-26
Changed
- Changing
Content Type
in the UGC Publishing Panel is now possible even when errors are present with the current one.
Fixed
- Fixed many
NullReferenceException
occurring with the UGC Publishing Panel. - Fixed an issue where an invalid environment prevented authentication.
[1.0.0-pre.5] - 2023-04-19
Changed
- License update
[1.0.0-pre.4] - 2023-04-18
Changed
- Changed
GetContentTrendsArgs
to match other model classes - Updated
SearchContentSortBy
with the correct fields for content statistics
[1.0.0-pre.3] - 2023-04-13
- Synced UGC API with latest changes from UGC SDK
- Fix UGC Bridge Settings inspector issue on UI Toolkit
[1.0.0-pre.2] - 2023-03-16
- Synced UGC API with latest changes from UGC SDK
[1.0.0-pre.1] - 2022-05-26
This is the first release of Unity Package UGC Bridge.
Initial commits for UGC Bridge.