public void Example(string MyParent) {
Debug.Log(MyParent);
}
So I tried this, and set it up like explained in this vid on how to use the OnClick().
However, when I test it, nothing happens, so I was wondering if it my code or something.