Unity Cloud Self-Hosted On-premises 0.8.0
4 documented changes.
- Version
- 0.8.0
- Released
- Mar 13, 2026
- Product
- Unity Cloud Self-Hosted
Unity Cloud Self-Hosted On-premises 0.8.0
New features
- Change
Log storage configuration: You can now control the persistent volume size for log storage independently from data storage for the object storage component. Sizing profile defaults range from 1 GiB ( `small` ) to 10 GiB ( `large` ), and you can override the value per component.
- Change
Transformation parallelism control: A new `configuration.transformations.parallelism` manifest field lets you set the maximum number of concurrent transformation workflows. The default value is 20.
Improvements
- Change
Deployment validation now enforces that the store encryption key is exactly 32 characters, catching misconfigured keys before they cause runtime errors.
Breaking change
- Removal
The `configuration.licensing` section, including FlexLM and `sdkLicenses` settings, has been removed. Built-in transformation workflows are now always enabled, and their concurrency is controlled through the new `configuration.transformations.parallelism` manifest field. Remove any licensing configuration from your manifest before upgrading.