Unity加載本地圖片並動態替換圖片材質

public Material splash;//圖片材質 private void Awake() { StartCoroutine("LoadImg"); } IEnumerator LoadImg() { //打包後生成的exe所在路徑 string path = System.AppDomain.CurrentDomain.SetupInformation.ApplicationBa
相關文章
相關標籤/搜索