Unity. Set transparent button. Делаем кнопку в Unity прозрачной
controlTexture = Resources.Load("clear") as Texture2D;
GUI.backgroundColor = Color.clear;
if(GUI.Button(Rect(20,20,60,60), controlTexture)){
}
controlTexture = Resources.Load("clear") as Texture2D;
GUI.backgroundColor = Color.clear;
if(GUI.Button(Rect(20,20,60,60), controlTexture)){
}