原地址:http://www.linuxidc.com/Linux/2011-10/45888.htm Download.cs using UnityEngine; using System.Collections; using System.IO; public class Download : MonoBehaviour { public string url = "http://ww3.sinaimg.cn/large/80dfe250jw1dle1r2v4t9j.jpg"; p
因为Visual studio 2017采用的是下载安装模式,所以下载比较慢,安装不方便.所以,这几天将下载过的visual studio 2017的文件打包成ISO文件并存到了百度网盘.希望对现在需要的朋友以下载帮助. 链接:https://pan.baidu.com/s/1i5tOYpB 密码:iyf2 注册密钥是:NJVYC-BMHX2-G77MM-4XJMR-6Q8QF
1.新建一个UGUI的Image. 2.新建一个脚本wwwTest.cs: using System.Collections; using System.Collections.Generic; using UnityEngine; using System.IO; using UnityEngine.UI; //图片下载测试 public class wwwTest : MonoBehaviour { WWW www; //请求 string filePath; //保存的文件路径 Textu
http://www.doppioslash.com/ https://github.com/Apress/physically-based-shader-dev-for-unity-2017 Part I: Introduction to Shaders In Unity Chapter 1: How Shader Development Works (已看) Chapter 2: Your First Unity Shader (已看) Chapter 3: The Graphics Pip