Let me ask a way to Subscribe more than two method.
I would like to execute two method when a button widget is clicked on screen. btn.OnClick().Subscribe(method1)
(I try to add another method “method2”, but it causes error…)
I cannot find how to write verse code to execute, so please tell me advise or some reference.