Unity加载本地图片并动态替换图片材质

public Material splash;//图片材质 private void Awake() { StartCoroutine("LoadImg"); } IEnumerator LoadImg() { //打包后生成的exe所在路径 string path = System.AppDomain.CurrentDomain.SetupInformation.ApplicationBa
相关文章
相关标签/搜索