图形

RenderDoc  https://renderdoc.org/

Nsight Graphics  https://developer.nvidia.com/nsight-graphics

GFXBench  https://gfxbench.com/result.jsp

Adreno GPU Profiler,Snapdragon Profiler  https://developer.qualcomm.com/download/software

AI

Pathfinding Benchmarks  https://movingai.com/benchmarks/

程序

vs2017  https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes

dnSpy  https://github.com/0xd4d/dnSpy

MessagePack  https://msgpack.org/

UnityStudio/AssetStudio  https://github.com/Perfare/AssetStudio

AndroidDevTools     https://www.androiddevtools.cn/

KFMARK  https://github.com/aifou-kfmark/KFMARK  文件夹要放在C盘

IDA Pro  https://www.hex-rays.com/products/ida/

工程

staruml  http://staruml.io/

jsonview  https://download.csdn.net/download/rt_1170406609/9918508

资源

turbosquid      https://www.turbosquid.com/

wiki.unity3d    http://wiki.unity3d.com/index.php/Main_Page

微元素      https://www.element3ds.com/

小工具

转pdf  https://www.onlineconverter.com/

bandzip  http://www.bandisoft.com/bandizip/

snipaste   https://www.snipaste.com/

https://book.douban.com/tag/%E7%A7%91%E6%99%AE?start=840&type=T

https://book.douban.com/tag/%E8%AE%A1%E7%AE%97%E6%9C%BA?start=460&type=T

Learning C# by Developing Games with Unity 5.x(2nd) 学习的更多相关文章

  1. Learning C# by Developing Games with Unity 5.x(2nd)

    项目:https://pan.baidu.com/s/1o7IMcZo using UnityEngine; using System.Collections; namespace VoidGame ...

  2. Unity插件之NGUI学习(8)—— Table和NGUI尺寸转换为世界坐标系尺寸

    依据 Unity插件之NGUI学习(2),创建一个UI Root,在UI Root下创建一个Texture作为背景图,并设置图片,在Wiget下调整大小:然后在UI Root下再创建一个Panel. ...

  3. Unity 3D游戏开发学习路线(方法篇)

    Unity 3D本来是由德国的一些苹果粉丝开发的一款游戏引擎,一直只能用于Mac平台,所以一直不被业外人士所知晓.但是后来也推出了2.5版,同时发布了PC版本,并将其发布方向拓展到手持移动设备.Uni ...

  4. Joe Hocking - Unity in Action. 2nd Ed [2018]

    Unity in Action. 2nd Ed, 一本关于unity开发的英文书籍,初中级 PDF格式 扫码时备注或说明中留下邮箱 付款后如未回复请至https://shop135452397.tao ...

  5. Unity Shader序列帧动画学习笔记

    Unity Shader序列帧动画学习笔记 关于无限播放序列帧动画的一点问题 在学shader的序列帧动画时,书上写了这样一段代码: fixed4 frag(v2f i){ // 获得整数时间 flo ...

  6. Unity插件之NGUI学习(4)—— 创建UI2DSprite动画

    创建一个新的Scene.并按 Unity插件之NGUI学习(2)创建UI Root,并在UI Root的Camera下创建一个Panel. 然后在选中Panel,在菜单中选择NGUI->Crea ...

  7. Unity插件之NGUI学习(5)—— 创建Label图文混排及文字点击

    创建一个新的Scene,并按 Unity插件之NGUI学习(2)创建UI Root. 准备工作,制作Font.如今Project窗体创建一个Font目录.然后从系统自带字体目录中选择自己须要的字体,我 ...

  8. Unity(IOC)学习笔记

    原文:Unity(IOC)学习笔记 版权声明:本文为博主原创文章,未经博主允许不得转载. https://blog.csdn.net/m0_37591671/article/details/79432 ...

  9. Learning in Two-Player Matrix Games

    3.2 Nash Equilibria in Two-Player Matrix Games For a two-player matrix game, we can set up a matrix ...

随机推荐

  1. Cracking The Coding Interview 5.5

    #include <iostream> #include <vector> using namespace std; int getNum1(int N) { int num= ...

  2. bootstrap-select 下拉多选组件

    <div class="form-group"> <label class="col-lg-2 col-sm-2 control-label" ...

  3. AMR11A - Magic Grid

    Thanks a lot for helping Harry Potter in finding the Sorcerer's Stone of Immortality in October. Did ...

  4. Mvc Api 自定义路由

    // [RoutePrefix("api/ssm")]// public class ValuesController : ApiController// {// ///<s ...

  5. Core 中 Filter 中相关处理

    //返回401 ContentResult Content = new ContentResult(); Content.StatusCode = 401; filterContext.Result ...

  6. Oracle 用户 表 表空间之间的关系和管理

    文献地址: https://blog.csdn.net/jmilk/article/details/51599260 https://www.cnblogs.com/roger112/p/768530 ...

  7. leetcode31题:下一个排列

    实现获取下一个排列的函数,算法需要将给定数字序列重新排列成字典序中下一个更大的排列. 如果不存在下一个更大的排列,则将数字重新排列成最小的排列(即升序排列). 必须原地修改,只允许使用额外常数空间. ...

  8. WIN10-缩放与布局

    HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics\AppliedDPI230%----- 221225%----- 218220%----- ...

  9. 使用solr报错

    2017-11-15  20:15:18 错误介绍: 错误原因:url错误 错误解决:换成正确

  10. git get submodule after clone

    /********************************************************************************* * git get submodu ...