You can try disabling the button's rendering and functionality components: GetComponent<Button>().enabled = false; // remove functionality ...
確定! 回上一頁