I wanna change the text of a specific label in script.
GameGUI.rightBtnLabel.text = “出售”;
but when it runs ,It shows “鍑哄敭” those strange characters in the game view.
what happend?
and when I directly type in “出售” in the label’s inspector view,it works correctly.
then I copy these 2 characters into the scripts,It logs error “newline in constant”
scritps are saved in utf-8 coding.