com.unity.remote-config-runtime 3.0.0-pre.22

com.unity.remote-config-runtime

Notes: processedReleased February 5, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.4

🔄 Changes

  • FetchCompleted callback works within the app for multiple configs
  • WebRequest properly disposed for async FetchConfig
  • Updated unit tests to use standard c# `while (!condition) yield return null` instead of Unity's `WaitUntil()`