{"id":16204104,"url":"https://github.com/zhaoqingqing/uguidemo","last_synced_at":"2025-03-19T07:31:13.190Z","repository":{"id":43626327,"uuid":"71680931","full_name":"zhaoqingqing/UGUIDemo","owner":"zhaoqingqing","description":"UGUI Toolkit /Demo","archived":false,"fork":false,"pushed_at":"2021-07-31T07:10:32.000Z","size":6090,"stargazers_count":67,"open_issues_count":0,"forks_count":45,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-03-17T04:43:07.452Z","etag":null,"topics":["ugui","uguicomponent","uguitoolkit","uguiwidget","unity3d"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhaoqingqing.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-10-23T04:08:06.000Z","updated_at":"2024-12-12T10:06:13.000Z","dependencies_parsed_at":"2022-09-12T09:21:33.590Z","dependency_job_id":null,"html_url":"https://github.com/zhaoqingqing/UGUIDemo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaoqingqing%2FUGUIDemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaoqingqing%2FUGUIDemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaoqingqing%2FUGUIDemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhaoqingqing%2FUGUIDemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhaoqingqing","download_url":"https://codeload.github.com/zhaoqingqing/UGUIDemo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244379135,"owners_count":20443402,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ugui","uguicomponent","uguitoolkit","uguiwidget","unity3d"],"created_at":"2024-10-10T09:56:32.611Z","updated_at":"2025-03-19T07:31:11.803Z","avatar_url":"https://github.com/zhaoqingqing.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"## 仓库说明\n\n博客介绍：[uGUI练习 开篇](http://www.cnblogs.com/zhaoqingqing/p/3972596.html)\n\n在2014年9月份使用Unity 4.6 Beta b18编写的示例，2017年使用Unity 5.3.5f1更新并完善示例 ，2020年示例升级到Unity2019.3.7。\n\n## 文件夹说明\n\n### uGUI\n\n博客中ugui练习的工程\n\n### HSVPicker(拾色器)\n\n源地址：https://github.com/judah4/HSV-Color-Picker-Unity\n\n![https://github.com/zhaoqingqing/UGUIDemo/blob/master/Doc/ColorPicker.gif](https://github.com/zhaoqingqing/UGUIDemo/blob/master/Doc/ColorPicker.gif)\n\n### Quickmsg\n\n基于UGUI和Dotween写的一个快速弹出提示信息的消息窗，路径：Asset/QuickMsg/ 见如下：\n\n![https://github.com/zhaoqingqing/UGUIDemo/blob/master/Doc/quickmsg.gif](https://github.com/zhaoqingqing/UGUIDemo/blob/master/Doc/quickmsg.gif)\n\n## 更多资料\n\nUnity 教程：https://unity3d.com/cn/learn/tutorials/topics/user-interface-ui\n\nUnity手册：https://docs.unity3d.com/Manual/UICanvas.html\n\nUnity脚本手册：https://docs.unity3d.com/ScriptReference/UI.Button.html\n\n官方的Unity Samples: UI [https://www.assetstore.unity3d.com/en/#!/content/25468](https://www.assetstore.unity3d.com/en/#!/content/25468)\n\n## RoadMap\n\n事件系统：更倾向于类似NGUI的UIEventLister封装\n\n\n\n布局系统：\n\n\n\n\n\n## UGUI插件库\n\n### 内置特效\n\n关于Position As UV1的使用，需要特定的shader（detail）和图片来起作用\n\n可以参考：http://www.manew.com/blog-77510-2929.html\n\n### Tween插件\n\nhttps://github.com/luzexi/Unity3DuGUI-Toolkit\n\n这个作者重写了和NGUI类似的Tween组件，给UGUI使用，UI_TweenColor，UI_TweenGroup，UI_TweenPosition，UI_TweenRotation，UI_TweenScale。\n\n当然如果是经常使用，还是推荐dotween\n\n### 高性能无限滑动\n\n地址：https://github.com/qiankanglai/LoopScrollRect\n\n中文说明：http://qiankanglai.me/2015/08/15/LoopScrollRect/\n\n\n### 超链接\n\n地址：https://github.com/setchi/uGUI-Hypertext\n\n\n### 图文混排\n\n\n### 其它\n\nText文字间距：http://blog.csdn.net/qq_26999509/article/details/51902551\n\nText彩虹字：http://blog.csdn.net/qq_26999509/article/details/51863098\n\nText文字渐变色：http://www.xuanyusong.com/archives/3471\n\nText 倒影效果： http://blog.csdn.net/qq_26999509/article/details/51884121\n\n文字下划线：思路：生成一个新的Text 文字为____\n\n\n\n基于BaseMeshEffect的更多扩展\n\nhttps://docs.unity3d.com/ScriptReference/UI.BaseMeshEffect.html\n\n更多的扩展：http://blog.csdn.net/u010019717/article/details/47393501\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhaoqingqing%2Fuguidemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhaoqingqing%2Fuguidemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhaoqingqing%2Fuguidemo/lists"}