Why will my button not let me run a function?

Why will my button not let me run a function? Heres A Picture of what I mean: 152559-button-problem-2.png

Check to make sure that the function you want to call is public, and that there are no errors in the target script.

@EgoAnt Heres a picture of the code, and as far as I know no problems with the script

i believe its due to the same name of the function as the class. change the function name to something else and it should work. Also make that first letter a capital letter god damn it :stuck_out_tongue:

This happens to me every so often. Try closing unity and restarting. Reload your solution and make sure the values are set to public. Sometimes it just doesn’t seem to make that connection.