suggest me any good tutorial for gui button texture applying

suggest me any good tutorial for gui button texture applying or share here some free proejcts for GUI button education

Wow.

Use the GUI.Button( Rect, Texture2D ) function?

i used textures but texutres not fitting with the button corners .why?

Depending of the button style padding option, the content (text + image) have an offset from button borders.

You should use your custom skin and set your button style to have paddings 0, 0, 0, 0. This way your content will have the size of the button itself.

ok thanks .i check out this format