在Unity3D中加載外部圖片的三種方法(包含保存,建立文件,加載圖片方式性能對比)

//加載網絡圖片路徑  public string url = "http://www.yourwebsite.com/logo.png"; //加載本地圖片路徑 public string localUrl= @"file://C:\Users\Administrator\Desktop\md5\one.jpg"; //保存圖片到本地使用以下方式:  System.IO.File.WriteAl
相關文章
相關標籤/搜索