Hey guys i want to know how i can make this
http://www.twinfinite.net/wp-content/uploads/2014/11/Far-Cry®-4_20141118141504.jpg
Example
Hold F to Pick- up
but replacing the F for one image like the image above
I’ve the images but i dont know how i can put in the screen
i am making that this way
GUI.skin.label.alignment = TextAnchor.MiddleCenter;
GUI.Label(new Rect(0,0,Screen.width,Screen.height),"Hold:<color=#47B2B2> F </color> to pick-up the item");
Thanks in advance