private void OnOtherAccountClick(GameObject targetObject) { switch (Application.platform) { case RuntimePlatform.Android: GoogleAndroid.addOtherUser(); break; } }