com.unity.remote-config-runtime 3.0.0-pre.21
com.unity.remote-config-runtime
Notes: processedReleased February 3, 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
- Utilized configAssignmentHash parameter in the request in order to ensure persistent config in response
- Updated delivery endpoint from `https://remote-config-prd.uca.cloud.unity3d.com/settings` to `https://config.unity3d.com/settings`
- Removed unnecessary auth and core assembly dependencies
- Removed unnecessary using directives
- Refactored unit tests
- Set userAnalyticsId to installationId by default, overwrite possible if userAnalyticsId is set from within the app
- Resolved CS1998 warning when installing new package version
