私が検索するものはすべて古い UI に基づいています。
私は次のことを試しました
button.image = Resource.Load<Image>("...");
button.GetComponent<Image>() = Resources.Load<Image>("....");
button.GetComponent<Button>().image = Resources.Load<Image>("....");
button.GetComponent<Image>().sprite = Resources.Load<Sprite>("....");
イベントのボタン画像を変更したい。