Unity Services Core
View Unity Services CoreCore SDK 1.7.1
4 documented changes.
- Version
- 1.7.1
- Released
- Feb 1, 2023
- Product
- Unity Services Core
Unity Gaming Services release notes
Official notesCore SDK 1.7.1
Updates
- Fix
Fixed: `ActionScheduler` doesn't generate GC allocation (used to be 40 bytes) each frame anymore.
- Fix
Fixed: Added a link.xml generator to make sure all required service assemblies are properly preserved in build with code stripping enabled. Only services providing a `IServiceComponent` are listed in this link file.
- Fix
Fixed: Failed telemetry request no longer log errors when they fail, unless `ENABLE_UNITY_SERVICES_CORE_TELEMETRY_LOGGING` is enabled as scripting define.
- Fix
Fixed: All `ActionScheduler` registered during play mode are now properly unregistered when exiting playmode.