com.unity.services.core 1.14.0
Source docsNotes: processedReleased November 28, 2024
Unity Compatibility
Minimum Unity: 2021.3
Package Dependencies
- com.unity.modules.androidjni (1.0.0)
- com.unity.modules.unitywebrequest (1.0.0)
- com.unity.nuget.newtonsoft-json (3.2.1)
✨ 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.
