Much like this thread: http://www.tasharen.com/forum/index.php?topic=7552.0But, need to subscribe the function plus the argument at runtime. How?Currently setting it up this way:EventDelegate ed = new EventDelegate ();ed.Set (this,"NameOfFunction");go.GetComponentInChildren<UIButton> ().onClick.Add (ed);This works, but I still haven't found the way to attach parameters.