how to turn a ui button into an input button unity code example
Example: input get button uibutton
public void ButtonClick()
{
//Do whatever you want here
}
public void ButtonClick()
{
//Do whatever you want here
}