====== 何が押されたのかを知る ====== **UIButton.current.gameObject**に、今押された**Button**の**GameObject**が入っています。 public void OnPressNotify() { GameObject Obj = UIButton.current.gameObject; }