public void Login() { //Debug.Log("[ DEBUG ] Twitter::Login"); if (Username == null || Password == null) { Debug.Log("Twitter::Logon - Username or password are null"); Debug.Break(); } else { TwitterBinding.login(Username, Password); } }