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 ...
随机推荐
- 【Cocos2d-x】Cocos2d-x跨Android平台搭建之四:Win7 64位+ eclipse + cocos2dX
开始研究cocos2dx,mark一下这个的配置步骤 1 下载eclipse 2 下载android sdk,配置sdk路径,添加环境变量 3 安装adt 4 下载android ndk,配 ...
- java学习(一)数据类型
一.java的安装及环境变量的配置 http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.htm ...
- Spring Boot - Spring Cache
缓存 服务器自身(内存)的缓存 利用java程序中的变量 简单 集群环境中多个实例无法共享同步 缓存服务器(一般支持集群.分布式) Redis Memcached Spring中使用注解使用缓存 启动 ...
- 解决wordcloud的一个error:Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27
环境: 操作系统:Windows 7 64位 语言:Python 2.7.13 |Anaconda 4.4.0 (64-bit)| (default, May 11 2017, 13:17:26) w ...
- 简明依赖注入(Dependency Injection)
前言 这是因特奈特上面不知道第几万篇讲依赖注入(Dependency Injection)的文章,但是说明白的却寥寥无几,这篇文章尝试控制字数同时不做大多数. 首先,依赖注入的是一件很简单的事情. 为 ...
- leetcode-198-House Robber(动态规划)
题目描述: You are a professional robber planning to rob houses along a street. Each house has a certain ...
- 分享一下Ubuntu好用的源
vim /etc/apt/sources.list 然后用G跳转到最后一行,然后[ESC]切换到命令行模式,然后键入[o](表示在当前行后插入).也可以多插入几个空行.这样可以有条理的和系统默认的区分 ...
- 获取LAMP与LNMP的编译参数
1.查看nginx的编译参数[root@LNMP ~]# /application/nginx/sbin/nginx -Vnginx version: nginx/1.6.3built by gcc ...
- AHB协议
AHB2 支持多个Bus Master,例如有三个Master,有四个slave,但是同时只有一个Mater可以拿到Bus的访问权.所以,总线的使用权就需要Master去申请,也就需要一个仲裁器(Ar ...
- Linux串口驱动程序设计
1. 在Linux系统中,终端是一类字符型设备,它包括多种类型,通常使用tty来简称各种类型的终端设备. (1)串口终端(/dev/ttyS*):串口终端是使用计算机串口连接的终端设备.Linux把每 ...