com.unity.remote-config 1.2.0-preview
Notes: processedReleased January 31, 2020
Unity Compatibility
Minimum Unity: 2018.3
Package Dependencies
🔄 Changes
- The configs and rules for a config are now displayed separately, and appropriately labeled.
- Added support for Variant rules in the Remote Config GUI.
- - Added a rule type dropdown next to the rule name, use this to change between segmentation and variant rules.
- - *NOTE*: When switching from a variant rule to a segmentation rule, it will result in a loss of local changes to variants.
- - Updates to the settings table for variant rules:
- - Added an `Add Variant` button that will add a variant.
- - Each variant has a name, and a variant weight.
- - The weights are `null` by default, which will result in a even balancing on the backend at time of assignment.
- Added a public get to `config` as a `JObject` to `RuntimeConfig`, so entire config can be retreived as a `JObject`.
- Added a "Select All" button to the variant rules settings view that will add all settings to the rule.
- A slew of UI stability fixes and refactors.
