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 ...
随机推荐
- Python 数据分析—第七章 数据归整:清理、转换、合并、重塑
一.数据库风格的Dataframe合并 import pandas as pd import numpy as np df1 = pd.DataFrame({'1key':['b','b','a',' ...
- [修正] Firemonkey Windows 控件有虚线残影问题
说明:在 Wndows 显示时,有时控件左方会显示一条虚线 适用:Firemonkey Windows (Berlin 或更高版) 修正方法: 请将源码 FMX.Canvas.D2D.pas 复制到自 ...
- 使用Telegraf + Influxdb + Grafana 监控SQLserver服务器的运行状况
使用Telegraf + Influxdb + Grafana 监控SQLserver服务器的运行状况 前言 本文在Debian9下采用Docker的方式安装Telegraf + Influxdb + ...
- adb client, adb server, adbd原理浅析(附带我的操作过程)
adb是什么? adb就是Android调试桥,很形象啊. 先来看adb原理的逻辑图: 再来进行实际操作:我的pc的ip是192.168.1.102, 我的android手机的ip为192.168.1 ...
- docker运行nginx
docker run --name nginx(容器名) -p 80:80 -v 项目文件路径:/usr/share/nginx/html -v 配置文件路径:/etc/nginx/nginx.con ...
- 选项卡tab2
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...
- 2个list取交集
list操作 element in a list and element in other list,元素在一个list,且在另一个list 在数据量大的时候使用set,把list转为集合,此方法适合 ...
- drf 三级菜单后台序列化以及数据库的设计
第一种, model.py结构: class GoodsCategory(models.Model): """ 商品类别 """ CATEG ...
- 洛谷P2462 [SDOI2007]游戏(哈希+最长路)
题面 传送门 题解 我们把字符的出现次数哈希起来,然后把每个点向能在它之后的点连边.那么这显然是一个\(DAG\),直接求最长路就行了 //minamoto #include<bits/stdc ...
- php与java的差异
http://zhidao.baidu.com/link?url=kd-eulWPoygRlMKeBxdCn3QA4bLJXYVSc_mUGPgWg05az8RIqu3r1GmRnmXZ4UMaR6y ...