Search Unity

Styles

Discussion in 'Immediate Mode GUI (IMGUI)' started by om3, Jan 19, 2015.

  1. om3

    om3

    Joined:
    Dec 11, 2014
    Posts:
    14
    Hi,

    Can anybody say me if below code is compatible in devices mobiles?

    GUI.Label(Rect(400,470,500,500),"<color=green><size=35>Your scores : </size></color>"+"<color=black><size=35>"+player_script.points+"</size></color>");