com.unity.services.core 1.14.0

com.unity.services.core

Source docs
Notes: processedReleased November 28, 2024

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2021.3

Package Dependencies

Features

  • Added `ServicesInitialization` monobehaviour to manage services in the scene authoring.
  • Added `ServicesBehaviour` abstract monobehaviour as a base for behaviours built on top of services.
  • Added unique identifier for custom service registry creation (`UnityServices.CreateServices`).
  • Added custom services registries dictionary in `UnityServices.Services`.
  • Added `GetIdentifier()` method to `IUnityServices` interface with a default implementation.

📈 Improvements

  • Updated the minimum supported Editor version to 2021.3.