Unity Services Core
View Unity Services CoreCore SDK 1.4.2
5 documented changes.
- Version
- 1.4.2
- Released
- Jul 1, 2022
- Product
- Unity Services Core
Unity Gaming Services release notes
Official notesCore SDK 1.4.2
Updates
- Feature
Added: Log a JSON containing the common configuration shared among all services for debugging purposes when using `ENABLE_UNITY_SERVICES_CORE_VERBOSE_LOGGING` as a scripting define.
- Feature
Added: Log warning when building a project with core package included and without linking the project in project settings.
- Change
Changed: Log error instead of warning when core initialize with no cloud project ID.
- Fix
Fixed: `NullReferenceException` while telemetry was provided an empty file, fixed by introducing a null check.
- Fix
Fixed: `DirectoryNotFoundException` happened inconsistently on Switch, fixed by resolving racing condition issue.