From 97d4f9218ee9ceab31f2b6456a0df7e17098fa1c Mon Sep 17 00:00:00 2001 From: crazyshader Date: Sat, 19 Jan 2019 22:40:10 +0800 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index 2b0b562..3ab90a3 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,37 @@ 2. [Unity 游戏框架-GameFramework](https://github.com/EllanJiang/GameFramework) 3. [Unity 公用框架和工具-Moments](https://github.com/Elringus/UnityCommon) +## 示例 +1. [Unity ECS + C# Job System-Voxelman](https://github.com/keijiro/Voxelman) +2. [Unity 自定义SRP示例-Retro3DPipeline](https://github.com/keijiro/Retro3DPipeline) +3. [Unity CustomRenderTexture示例-RDSystem](https://github.com/keijiro/RDSystem) + +## C# +1. [Unity 非安全的托管内存操作-UnsafeOperationTest](https://github.com/keijiro/UnsafeOperationTest) + + ## 网络 1. [Unity 基于Unity做的帧同步Demo,ECS架构-UnityLockStepDemo](https://github.com/GaoKaiHaHa/UnityLockStepDemo) ## UI 1. [Unity UGUI粒子特效插件-ParticleEffectForUGUI](https://github.com/mob-sakai/ParticleEffectForUGUI) +2. [Unity UGUI组件扩展-UnityCodes](https://github.com/springd5211/UnityCodes) + +## 图形 +1. [Unity 深度投影到世界和相机坐标系-DepthInverseProjection](https://github.com/a3geek/Bloom/blob/master/Assets/PostEffects/Shaders/Bloom.shader?1547650334723) +3. [Unity 蒙皮顶点需改器-SkinnedVertexModifier](https://github.com/keijiro/SkinnedVertexModifier) + +## Shader +1. [Unity ShaderGraph示例-ShaderGraphExamples](https://github.com/keijiro/ShaderGraphExamples) +2. [Unity 噪声着色器-NoiseShader](https://github.com/keijiro/NoiseShader) + + +## 特效 +1. [Unity Post Processing Stack实用脚本-PostProcessingUtilities](https://github.com/keijiro/PostProcessingUtilities) +2. [Unity Post Processing Stack自定义效果集合-Kino](https://github.com/keijiro/Kino) +3. [Unity 翻书效果实现-Flipbook](https://github.com/keijiro/Flipbook/pulse) +4. [Unity Timeline控制粒子系统-TimelineParticleControl](https://github.com/keijiro/TimelineParticleControl) +5. [Unity 体积云-CloudSkybox](https://github.com/keijiro/CloudSkybox) ## 工具 1. [Unity AssetBundle资源浏览插件-AssetStudio](https://github.com/Perfare/AssetStudio) @@ -21,6 +47,7 @@ 7. [Unity TextMeshPro文本组件之字体图集生成工-UnityTMProFontCustomizedCreater](https://github.com/akof1314/UnityTMProFontCustomizedCreater) 8. [Unity 冗余资源清理工具-UnityAssetDanshari](https://github.com/akof1314/UnityAssetDanshari) 9. [Unity VisualStudio Shader语法插件-ShaderlabVS](https://github.com/wudixiaop/ShaderlabVS) +10. [Unity 序列帧导出工具-FrameDump](https://github.com/keijiro/FrameDump) ## 其他 1. [Chrome 浏览器github插件-GayHub](https://github.com/crazyshader/GayHub)