Ejemplo n.º 1
0
 // Use this for initialization
 void Awake()
 {
             #if !UNITY_EDITOR
     if (UserCommonData.IsAGOn())
     {
         Agreement.SetActive(false);
     }
             #endif
 }