- Home /
GUI.PasswordField "•" makes "?"
i was working on my Login/Create Account menu where i use PasswordFields, but i was trying to use the default "•" for the password field but it makes an question mark is there any way to solve this?
BTW: im now using the "*" witch is closest to the •
Answer by save · Jul 02, 2011 at 02:48 PM
Are you using a font that doesn't contain the wildcard (*)? You could set a GUI-skin that uses a different font on PasswordFields.
no the moment i save the script (java) it makes a question mark, its not the font
What encoding and language do you use when scripting? Try to convert the document to UTF-8 (with Notepad++ for instance) and see if it makes a difference.
Your answer
Follow this Question
Related Questions
Odd question... can a GUIText object be displayed upside-down? 2 Answers
C# GUI Button 2 Answers
4.6 GUI Button inside a scrolling Text Box 0 Answers
gui text button dont work 1 Answer