Why I can't I directly bind a function to a button's OnClicked event?

That did it perfectly, thank you :slight_smile:

For some reason I was thinking that Create Event created a new delegate or dispatcher, instead of accessing an existing one, hence my problem ^^