This is incorrect apparently, no idea why. Can someone help me? Thank you in advance! Here is the error I’m getting: “The best overloaded method match for `UnityEngine.GUI.PasswordField(UnityEngine.Rect, string, char)’ has some invalid arguments”
The problem is the char parameter at the end. Any char in code must be surrounded by single-quotes (apostrophe) rather than double-quotes. So it should look like this: