com.unity.services.core 1.11.0

com.unity.services.core

Source docs
Notes: processedReleased August 7, 2023

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

Package Dependencies

Features

  • Adding `IServerAccessToken` and `IServerEnvironmentId` components for packages that want to support running operations in the context of a server.
  • Adding `IAccessTokenObserver` component for packages to be notified of changes to the `IAccessToken` value.

🔧 Bug Fixes

  • Implement JsonConverters to prevent NotImplementedException when converters are invoked by reflection