================================================================================================
Blender 教程 --> https://www.youtube.com/playlist?list=PLshtO65EjXf0Tum_RbUXRZwKv62Y9gpIM
Ubuntu 16.04 --> http://mirrors.aliyun.com/ubuntu-releases/16.04/
vultr搭建VPS(PS:这个我以前(2018.08左右)成功过,不过服务器过期后试了十几个,但是没有找到能用的IP,现在公司自带Google,也就没搭建过) --> https://cloud.tencent.com/developer/article/1135745
.Net 反编译 -> DnSpy GitHub --> https://github.com/0xd4d/dnSpy/releases
.Net 反编译 ->ILSpy GitHub --> https://github.com/icsharpcode/ILSpy/releases
Linux Ubuntu镜像 阿里云 --> http://mirrors.aliyun.com/ubuntu-releases/16.04/
VS Shader插件--GitHub --> https://github.com/wudixiaop/ShaderlabVS/releases
冯乐乐女神以前发布的一篇寻找美术资源的帖子--->https://bbs.csdn.net/topics/390889967
Unity 粒子系统组件详解 --> https://blog.csdn.net/m0_37679113/article/details/75893700
vps shadowsocks --> https://github.com/shadowsocks/shadowsocks-windows
Unity 手册 2018.2版本 --> https://docs.unity3d.com/Manual/SL-ShaderSemantics.html
openGL 中文教程 --> https://learnopengl-cn.github.io/
{
glew 下载-> http://glew.sourceforge.net/
glfw 下载-> https://www.glfw.org/download.html
需要设置的三个附加依赖 -> opengl32.lib -> glfw3.lib -> glew32s.lib
渲染管线流程及其工作性质(warning) -> http://www.opengpu.org/forum.php?mod=viewthread&tid=7550&highlight=%E8%A5%BF%E5%B7%9D%E5%96%84%E5%8F%B8
Unity 顶点片元函数解释 -> https://www.jianshu.com/p/cc8cbe36ef06
}