The Unity SDK 5.1.0 changelog (2026-06-11) adds support for configuring the Max Parallel Service Build count on MicroserviceConfiguration. This option is not documented anywhere in the docs (no MicroserviceConfiguration references currently exist).
What to document
- The new Max Parallel Service Build count setting on
MicroserviceConfiguration: what it controls, its default, and when to change it
- Likely home: the Unity microservices docs under
docs/unity/user-reference/cloud-services/microservices/ (e.g. microservice-unity-integration.md)
Source pointer
MicroserviceConfiguration lives in BeamableProduct (search client/Packages/com.beamable for MicroserviceConfiguration).
Scope: unity/v5.1 and newer (5.1.0 change — do not backport to 5.0.0).
The Unity SDK 5.1.0 changelog (2026-06-11) adds support for configuring the Max Parallel Service Build count on
MicroserviceConfiguration. This option is not documented anywhere in the docs (noMicroserviceConfigurationreferences currently exist).What to document
MicroserviceConfiguration: what it controls, its default, and when to change itdocs/unity/user-reference/cloud-services/microservices/(e.g.microservice-unity-integration.md)Source pointer
MicroserviceConfigurationlives inBeamableProduct(searchclient/Packages/com.beamableforMicroserviceConfiguration).Scope:
unity/v5.1and newer (5.1.0 change — do not backport to 5.0.0).