Why will my button not let me run a function? Heres A Picture of what I mean:
Check to make sure that the function you want to call is public, and that there are no errors in the target 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
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.