
It looks like you're new here. If you want to get involved, click one of these buttons!
Hello there, glad to be amongst the other enthusiasts trying to learn the art of game development.
I've run into a problem concerning Button and assigning script to it. Instead of function list I have only MonoScript with a string name. Here's my code too, exactly like Brackeys' in the video. When I click on the button, nothing happens of course. Fellow Uniteers, I implore ye to aid me!
P. S. My Unity version is 2020.1.6f.1. Maybe that's some king of a version-specific thing.
UPD: Never mind, got it figured out. Needed to add using.UnityEngine.Events to the code.