Skip to content

Instantly share code, notes, and snippets.

@yasuyuki-kamata
yasuyuki-kamata / RemoteConfigExample.cs
Created May 10, 2020 18:05
Unity Remote Config を使って値を取得・適用するサンプルコード
using UnityEngine;
using Unity.RemoteConfig;
public class RemoteConfigExample : MonoBehaviour {
/// <summary>
/// Userアトリビュート用の構造体
/// </summary>
public struct userAttributes {
// カスタムUserアトリビュート用の変数を宣言する
public bool expansionFlag;