14.UGUI解决方案收集

Unity UGUI编辑工具
博客:https://zhuanlan.zhihu.com/p/68218568
github:https://github.com/liuhaopen/UGUI-Editor
功能:
PrefabWin窗口
优化层次
查找资源引用
拉图生成Image节点
参考图


UI特效优化
Particle Effect For UGUI(UI Particle)
性能更好的ui特效解决方案, 不需要相机
https://github.com/mob-sakai/ParticleEffectForUGUI

翻页效果
Unity3D Book Page Curl
https://github.com/Dandarawy/UnityBookPageCurl

软遮罩效果
SoftMaskForUGUI
https://github.com/mob-sakai/SoftMaskForUGUI

镜面处理
MirrorReflectionEffectForUGUI
https://github.com/mob-sakai/MirrorReflectionEffectForUGUI
很酷,但是一般用不上吧

FancyScrollView
https://github.com/setchi/FancyScrollView
很酷,但是日语注释很难看懂


Unity 查找资源引用
https://networm.me/2020/04/26/unity-reference-find-tool/