com.unity.adaptiveperformance 5.0.0-pre.3

com.unity.adaptiveperformance

Source docs
Notes: processedReleased December 15, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2021.2 (0a18)

Package Dependencies

Features

  • New APIs for controlling the lifecycle of Adaptive Performance.
  • New `IPerformanceModeStatus` for retrieving performance mode and listening to performance mode changes.
  • Support for new the Android Adaptive Performance provider.
  • New property on `IAdaptivePerformance` to access the active subsystem.

API Changes

  • Dependency on com.unity.subsystemregistration

📈 Improvements

  • Adaptive Performance Subsystem is using the internal Subsystems module now and removed the subsystem registration. This introduces an internal APProvider class.
  • Adjusted labeling of new Android provider to be listed as Android provider.

🔧 Bug Fixes

  • Adjusted the loader and subsystem initialization process to allow for falling back to another subsystem if init is not successful.
  • Addressed silent test failure reporting as success now surfacing as a failure after UTF bug addressed.