Hi guys!
I want to make appear a Label with specs when the mouse over this gui.drawtexture.
My problem is when I create the texture by script how I do a onmouseover to her?
Thanks to all.
if(show == true){
GUI.DrawTexture(new Rect( (Screen.width/2)+115, (Screen.height/2)-150, 450, 400 ), view);
if ()
GUI.Label(new Rect( (Screen.width/2)+115, (Screen.height/2)-150, 450, 400 ),"<color=red><size=15>"+desc+": </size></color>");
}