com.unity.remote-config-runtime 3.0.0-pre.22
com.unity.remote-config-runtime
Notes: processedReleased February 5, 2022
Unity Compatibility
Minimum Unity: 2019.4
Package Dependencies
- com.unity.modules.unitywebrequest (1.0.0)
- com.unity.nuget.newtonsoft-json (2.0.2)
- com.unity.services.authentication (1.0.0-pre.37)
- com.unity.services.core (1.1.0-pre.41)
🔄 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()`
