This repository was archived by the owner on Sep 7, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ UIWidgets主要来自[Flutter](https://github.com/flutter/flutter)。但UIWidget
48
48
49
49
#### Unity Connect App
50
50
Unity Connect App是使用** UIWidgets 2.0** 开发的一个移动App产品,您随时可以在Android (https://unity.cn/connectApp/download )
51
- 以及iOS (Searching for "Unity Connect" in App Store)端下载到它最新的版本. 本项目的所有代码均开源@https ://github.com/UnityTech/ConnectAppCN .
51
+ 以及iOS (Searching for "Unity Connect" in App Store)端下载到它最新的版本. 本项目的所有代码均开源@https ://github.com/UIWidgets/ConnectAppCN2 .
52
52
53
53
#### Unity中文官方文档
54
54
Unity的线上中文官方文档由UIWidgets 1.0开发,您可以点击以下网址 https://connect.unity.com/doc 来访问它的全部内容。该项目目前已开源,所有代码可以在
@@ -250,10 +250,10 @@ using(Isolate.getScope(the isolate of your App)) {
250
250
- UIWidgets官方示例。目前所有官方使用的示例项目均维护在一个独立的Github仓库( https://github.com/Unity-Technologies/com.unity.uiwidgets )中。
251
251
具体的,你可以在Sample项目的** Scene** 子文件夹中浏览所有示例UI场景。
252
252
此外,你还可以点击主菜单上的新增的UIWidgetsTests选项卡,并在下拉菜单中选择一个EditorWindow UI示例来运行。
253
- - UIWidgets凉鞋系列教程。你可以在凉鞋老师整理的Github仓库 ( https://github.com/liangxiegame /awesome-uiwidgets )中学习UIWidgets的基本用法
254
- 以及许多有趣的小Demo 。
253
+ - awesome UIWidgets项目。你可以在Github仓库 ( https://plastichub.unity.cn/unity-tech-cn /awesome-uiwidgets )中找到一些UIWidgets有趣的小Demo。
254
+ - UIWidgets Templates项目。你可以在Github仓库( https://github.com/UIWidgets/uiwidgets-template )中找到一些开箱即用的UIWidgets常用组件 。
255
255
- ConnectApp开源项目。这是一个完整的线上、开源、完全基于UIWidgets的第一方App项目。其中包含了大量产品级的UIWidgets工程实践细节,
256
- 如果你想深入了解UIWidgets并且使用它构建线上项目,请访问项目Github仓库了解更多( https://github.com/UnityTech/ConnectAppCN )。
256
+ 如果你想深入了解UIWidgets并且使用它构建线上项目,请访问项目Github仓库了解更多( https://github.com/UIWidgets/ConnectAppCN2 )。
257
257
258
258
#### Wiki
259
259
You can’t perform that action at this time.
0 commit comments