GUI.Label(new Rect(70,469,125,138),"£ ");
i created one label, in my pc it displays correctly… but when i played in android tab, it is not displaying !
why ?
how to encode “£” to display in android tab ?
GUI.Label(new Rect(70,469,125,138),"£ ");
i created one label, in my pc it displays correctly… but when i played in android tab, it is not displaying !
why ?
how to encode “£” to display in android tab ?
Mobile doesn’t have dynamic fonts; use Unicode instead when importing the font.
import a font