Unity Github 项目收集
http://gad.qq.com/article/detail/24048
重磅推荐:
Github 热门 Unity Assets 查询:http://unitylist.com/browse
最好的publicGitHub存储库列表:
- · 图片特效收藏 - https://github.com/makoto-unity/OneStepEffects
- · Filmic Tonemapping - https://github.com/kode80/UnityEffects
- · SSAO - https://github.com/keijiro/KinoObscurance
- · 布卢姆 - https://github.com/keijiro/KinoBloom
- · SMAA - https://github.com/Chman/SMAA-Unity
- · 屏幕水滴,模糊,油漆,像素,颜色 - https://github.com/QianMo/Awesome-Unity-Shader
- · 时间重复投影反锯齿 - https://github.com/playdeadgames/temporal
- ·亚 像素形态抗锯齿(SMAA) - https://github.com/Chman/SMAA-Unity
- · 社区海洋 - https://github.com/eliasts/Ocean_Community_Next_Gen
- · A *为platformers - https://github.com/tutsplus/A-Star-Pathfinding-for-Platformers
- · PlaneMesh Splitter - https://github.com/artnas/Unity-PMS
- · 见此处列表 http://unitycoder.com/blog/2012/10/18/voxel-resources-engines-for-unity/
- · 3D角色控制器 - https://github.com/IronWarrior/SuperCharacterController
- · 2D平台控制器 - https://github.com/cjddmut/Unity-2D-Platformer-Controller
- · 光线追踪器 - https://github.com/SIZMW/unity-raytracer
- · 体积线 - https://github.com/johannesugb/VolumetricLinesUnity
- · 页面卷曲 - https://github.com/Dandarawy/Unity3DBookPageCurl
- · 移动控制台 - https://github.com/SpaceMadness/lunar-unity-console
- · VS代码调试 - https://github.com/Unity-Technologies/vscode-unity-debug
- · 简单的文本 - https://github.com/aras-p/UnityStbEasyFont
- · 使Unity编辑器脚本更简单的脚本 - https://github.com/JefferiesTube/UnityEditorHelper
- · 督察和编辑助手脚本 - https://bitbucket.org/Bitcake-Studio/bitstrap/src/114cc6f39716/Assets/BitStrap/Plugins/?at=default
- · 助手扩展 - https://github.com/jbruening/unity3d-extensions
- · sfxr / as3sfxr / bfxr的统一端口 - https://github.com/zeh/usfxr
Unity Github 项目收集的更多相关文章
- 最棒的Unity Github 项目收集(2016)
http://1darray.com/blog/2016/03/08/best-unity-github-repositories/ List of best public GitHub reposi ...
- github上一些觉得对自己工作有用的项目收集
usefullProjectCollect github上一些觉得对自己工作有用的项目收集 技能类 markdown语法中文说明 全文检索 elasticsearch bigdesk elastics ...
- 优秀大数据GitHub项目一览
http://blog.csdn.net/yaoxtao/article/details/50540485 优秀大数据GitHub项目一览 VMware CEO Pat Gelsinger曾说: 数据 ...
- 利用Travis CI 让你的github项目持续构建
Travis CI 是目前新兴的开源持续集成构建项目,它与jenkins,GO的很明显的特别在于采用yaml格式,简洁清新独树一帜.目前大多数的github项目都已经移入到Travis CI的构建队列 ...
- [讲座]【项目收集】“清流资本”互联网金融沙龙——颠覆者的创新与机会
[项目收集]"清流资本"互联网金融沙龙--颠覆者的创新与机会 2014年4月19日 14:00 - 2014年4月19日 17:00 北京海淀北京海淀区海淀图书城南侧3W咖啡 限额 ...
- 用tortoiseGit管理GitHub项目代码(完整教程)
一.为什么要写这篇博客呢,因为在一开始用tortoiseGit来管理项目的时候,在百度上找了很多教程,但是感觉说的都不是很全,有些东西以及操作没写清楚,所以想写一片比较完整用tortoiseGit管理 ...
- Github项目推荐-图神经网络(GNN)相关资源大列表
文章发布于公号[数智物语] (ID:decision_engine),关注公号不错过每一篇干货. 转自 | AI研习社 作者|Zonghan Wu 这是一个与图神经网络相关的资源集合.相关资源浏览下方 ...
- Eclipse安装git插件以及关联导入GitHub项目
一.Eclipse配置git 1.查看自己eclipse的版本 打开eclipse 导航: help->AboutEclipse 如图: 2.检查Eclipse中是否已安装Git插件 菜单栏He ...
- Keras RetinaNet github项目
https://github.com/fizyr/keras-retinanet 根据此网站的方法,利用Pascal VOC 2007数据集开始训练,出现error: D:\JupyterWorkSp ...
随机推荐
- MFC中cstring,string和char[]的相互转化
int 转 CString:CString.Format("%d",int);...............................string 转 CString CSt ...
- 7z文件格式及其源码的分析(三)
上一篇在这里. 这是7z文件格式分析的第三篇, 相信有了前两篇的准备,你已经了解了7z源码的大致结构, 以及如何简单调试7z的源码了. 很多同学是不是迫不及待想要拔去7z的神秘外衣,看看究竟了. 好 ...
- windows中卸载Jenkins
背景: 之前安装的Jenkins没有pipeline选项,可能是之前安装时没有选择建议插件.后面使用最新版本时还是没有插件 解决: 卸载Jenkins,删除掉C:\Users\用户名\.jenkins ...
- Linux 下面screen命令的用法
最近在使用阿里云的Linux 云服务做毕业设计遇到一些问题,我把java的jar运行程序上传之后,使用java -jar server命令之后程序开始正常运行,但是当我关闭终端的时候程 ...
- django cookie、session
Cookie.Session简介: Cookie.Session是一种会话跟踪技术,因为http请求都是无协议的,无法记录上一次请求的状态,所以需要cookie来完成会话跟踪,Seesion的底层是由 ...
- Django FileFieldManage
default_storage >>> from django.core.files.base import ContentFile >>> from django ...
- 「HNOI 2013」消毒
题目链接 戳我 \(Solution\) 我们首先想一想如果这一题只是二维的该怎么办? 就是一个最小点覆盖问题.这里就不详细解释了,用网络流或匈牙利都无所谓. 但现在是三维的,那么现在该如何处理呢? ...
- [ActionScript 3.0] 动态改变影片剪辑的颜色
flash.geom.ColorTransform 可使用 ColorTransform 类调整显示对象的颜色值.可以将颜色调整或颜色转换应用于所有四种通道:红色.绿色.蓝色和 Alpha 透明度. ...
- python2-url编解码
#coding:utf-8import urllibs={"username":"hhh","password":"XXXX&qu ...
- python2与python3差异,以及如何写两者兼容代码
1.路径差异: 绝对导入:跳过包内,直接搜索 sys.path ,在sys.path的基础上进行我们的模块搜索. 相对导入:先包内,再包外,再,,, python2是默认相对导入的,因此对于一般性的导 ...