Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Settings Rollout for 100% of playerbase

Discussion in 'Unity Remote Config' started by Qrowl, Jan 22, 2020.

  1. Qrowl

    Qrowl

    Joined:
    Jan 12, 2017
    Posts:
    4
    I'm trying to do a rollout for 100% of the userbase using the Remote Config Rules.
    I want to split the experience of the player into 4 sections defined as: A, B, C, D. These values will also be used to track analytics specifically for each of these.

    I'm am struggling to get the user to be consistently placed in one of the 4 groups, I feel like maybe I missunderstand the 'Rollout Percentage'

    My setup looks like this:



    Where every group has a 25% rollout.

    Am I approaching this the wrong way or is there something I'm missing that could resolve my issue?


    EDIT: Using a modular expression inside the condition on the UserID i've managed to find a working way to split the userbase up in prefered groups, still curious to see if this is the only way to achieve this!
     
    Last edited: Jan 22, 2020
    rambod likes this.
  2. rambod

    rambod

    Unity Technologies

    Joined:
    Mar 2, 2018
    Posts:
    58
    @Kleton5 I'm glad the modular expression worked. So for the rollout percentage, that is a random 25% sampling of all users that qualify for the rule. The groups are not mutually exclusive.

    However, we're currently wrapping up a 1.2.0-preview package release that will add support for multi-variant rules. This way, you can one rule, with the condition `true`, then have 4 variants, each with a weight of 25, and your users will be split evenly across the variants. I can give you an update when that feature is released, if you'd like.
     
    vd_unity and Qrowl like this.
  3. Qrowl

    Qrowl

    Joined:
    Jan 12, 2017
    Posts:
    4
    Appreciate it! Yes please keep me up to date as soon as this is available. For the time being I can use my current solution :)
     
    vd_unity likes this.
  4. vd_unity

    vd_unity

    Unity Technologies

    Joined:
    Sep 11, 2014
    Posts:
    37
    Qrowl likes this.