I’m creating the login method and working on my whole creation and the issue I currently have is that the input is not accepting what the user types =/. My GUI is Created with
GUI.TextField (new Rect (328, 213, 155, 25), UsernameInput);
GUI.TextField (new Rect (328, 280, 155, 25), PasswordInput);
with
UsernameInput = GUI.TextField (new Rect (328, 213, 155, 25), UsernameInput);
PasswordInput = GUI.TextField (new Rect (328, 280, 155, 25), PasswordInput);