最棒的Unity Github 项目收集(2016)
http://1darray.com/blog/2016/03/08/best-unity-github-repositories/
List of best public GitHub repositories:
- Image effects collection – https://github.com/makoto-unity/OneStepEffects
- Filmic Tonemapping – https://github.com/kode80/UnityEffects
- SSAO – https://github.com/keijiro/KinoObscurance
- Bloom – https://github.com/keijiro/KinoBloom
- SMAA – https://github.com/Chman/SMAA-Unity
- Screen water drop, Blur, Oil Paint, Pixel, Color- https://github.com/QianMo/Awesome-Unity-Shader
- Temporal Reprojection Anti-Aliasing – https://github.com/playdeadgames/temporal
- Subpixel Morphological Antialiasing (SMAA) – https://github.com/Chman/SMAA-Unity
- Community ocean – https://github.com/eliasts/Ocean_Community_Next_Gen
- A* for platformers – https://github.com/tutsplus/A-Star-Pathfinding-for-Platformers
- Plane Mesh Splitter – https://github.com/artnas/Unity-PMS
- 3D Character controller – https://github.com/IronWarrior/SuperCharacterController
- 2D platform controller – https://github.com/cjddmut/Unity-2D-Platformer-Controller
- Raytracer – https://github.com/SIZMW/unity-raytracer
- Volumetric lines – https://github.com/johannesugb/VolumetricLinesUnity
- Page Curl – https://github.com/Dandarawy/Unity3DBookPageCurl
- Mobile console – https://github.com/SpaceMadness/lunar-unity-console
- VS code debugging – https://github.com/Unity-Technologies/vscode-unity-debug
- Simple text – https://github.com/aras-p/UnityStbEasyFont
- Scripts to make editor scripting in Unity easier – https://github.com/JefferiesTube/UnityEditorHelper
- Inspector and Editor helper scripts – https://bitbucket.org/Bitcake-Studio/bitstrap/src/114cc6f39716/Assets/BitStrap/Plugins/?at=default
- Helper extensions – https://github.com/jbruening/unity3d-extensions
- Unity port of sfxr/as3sfxr/bfxr –https://github.com/zeh/usfxr
最棒的Unity Github 项目收集(2016)的更多相关文章
- Unity Github 项目收集
		http://gad.qq.com/article/detail/24048 重磅推荐: Github 热门 Unity Assets 查询:http://unitylist.com/browse 最 ... 
- github上一些觉得对自己工作有用的项目收集
		usefullProjectCollect github上一些觉得对自己工作有用的项目收集 技能类 markdown语法中文说明 全文检索 elasticsearch bigdesk elastics ... 
- 深度学习动手入门:GitHub上四个超棒的TensorFlow开源项目
		作者简介:akshay pai,数据科学工程师,热爱研究机器学习问题.Source Dexter网站创办人. TensorFlow是Google的开源深度学习库,你可以使用这个框架以及Python编程 ... 
- 优秀大数据GitHub项目一览
		http://blog.csdn.net/yaoxtao/article/details/50540485 优秀大数据GitHub项目一览 VMware CEO Pat Gelsinger曾说: 数据 ... 
- Github项目推荐-图神经网络(GNN)相关资源大列表
		文章发布于公号[数智物语] (ID:decision_engine),关注公号不错过每一篇干货. 转自 | AI研习社 作者|Zonghan Wu 这是一个与图神经网络相关的资源集合.相关资源浏览下方 ... 
- 利用Travis CI 让你的github项目持续构建
		Travis CI 是目前新兴的开源持续集成构建项目,它与jenkins,GO的很明显的特别在于采用yaml格式,简洁清新独树一帜.目前大多数的github项目都已经移入到Travis CI的构建队列 ... 
- [讲座]【项目收集】“清流资本”互联网金融沙龙——颠覆者的创新与机会
		[项目收集]"清流资本"互联网金融沙龙--颠覆者的创新与机会 2014年4月19日 14:00 - 2014年4月19日 17:00 北京海淀北京海淀区海淀图书城南侧3W咖啡 限额 ... 
- 20+个很棒的Android开源项目
		20+个很棒的Android开源项目 本文摘自文章: 20+ Awesome Open-Source Android Apps To Boost Your Development Skills. 考虑 ... 
- 用tortoiseGit管理GitHub项目代码(完整教程)
		一.为什么要写这篇博客呢,因为在一开始用tortoiseGit来管理项目的时候,在百度上找了很多教程,但是感觉说的都不是很全,有些东西以及操作没写清楚,所以想写一片比较完整用tortoiseGit管理 ... 
随机推荐
- 【Linux】服务器之间的免密登录脚本
			在实际运维的过程中,经常需要用到免密登录,下面这个脚本实现服务器之间的免密登录,如下 比如,要实现A服务器与B.C.D服务器的免密登录,只需要将B.C.D服务器的IP地址写在serverlist.tx ... 
- Word怎么在方框里打勾
			插入--->符号--->其他符号--->在“子集”中选择“数学运算符”.第三行就可以找到“勾”符号,选中后点击“插入”即可. 或插入-->符号-->其他符号-->在 ... 
- BZOJ 1601 [Usaco2008 Oct]灌水:最小生成树
			题目链接:http://www.lydsy.com/JudgeOnline/problem.php?id=1601 题意: Farmer John已经决定把水灌到他的n(1<=n<=300 ... 
- 【算法模板】Binary Search 二分查找
			模板:(通用模板,推荐) 给定一个排序的整数数组(升序)和一个要查找的整数target,用O(logn)的时间查找到target第一次出现的下标(从0开始),如果target不存在于数组中,返回-1. ... 
- css 跳转电脑分辨率
			因为我们经常在项目中要适配各种屏幕,为了方便前端的开发和测试.我们可以直接把电脑的分辨率调整到需要适配的最小的分辨率,其实还有一种更直接粗暴的方法.直接按F12打开控制台,在收拉浏览器就能看到目前的分 ... 
- Django | 执行项目下指定的脚本
			1 描述 有时候会碰到这样的场景,对于一些业务升级,我需要把数据库数据做些处理,同时又想以 Django 项目的环境变量执行脚本,这个时候使用 python 脚本是再适合不过的手段了. 2 使用自带的 ... 
- 网络最大流dinic模板
			#include<iostream> #include<cstdio> #include<cstring> #include<queue> using ... 
- MUI框架开发HTML5手机APP
			出处:http://www.cnblogs.com/jerehedu/p/7832808.html 前 言 JRedu 随着HTML5的不断发展,移动开发成为主流趋势!越来越多的公司开始选择使用H ... 
- 深入浅出Javascript的正则表达式
			深入浅出的javascript的正则表达式学习教程 阅读目录 了解正则表达式的方法 了解正则中的普通字符 了解正则中的方括号[]的含义 理解javascript中的元字符 RegExp特殊字符中的需要 ... 
- ng2父子模块通信@ViewChild和@Inject
			一.@ViewChild 父组件中使用@ViewChild拿到子组件的变量和方法(父组件可调用子组件的方法和变量) parent.component.ts: import { Component, O ... 
