Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyshader authored Jan 19, 2019
1 parent 2b89da3 commit 97d4f92
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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)

0 comments on commit 97d4f92

Please sign in to comment.