Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit b69baab

Browse files
authored
Merge pull request #251 from UnityTech/docfix
add "Project using UIWidgets" Section to ReadMe file
2 parents 0533f6a + 2cf8c56 commit b69baab

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

README-ZH.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ UIWidgets主要来自[Flutter](https://github.com/flutter/flutter)。但UIWidget
1919
#### 开发者友好
2020
开发者可以使用许多高级工具,如CPU/GPU Profiling和FPS Profiling,直接在Unity Editor中调试UIWidgets应用。
2121

22-
### Example
22+
## 示例
2323

2424
<div style="text-align: center"><table><tr>
2525
<td style="text-align: center">
@@ -36,6 +36,16 @@ UIWidgets主要来自[Flutter](https://github.com/flutter/flutter)。但UIWidget
3636
</td>
3737
</tr></table></div>
3838

39+
### 基于UIWidgets的项目
40+
41+
#### Unity Connect App
42+
Unity Connect App是使用UIWidgets开发的一个移动App产品,您随时可以在Android (https://connect.unity.com/connectApp/download)
43+
以及iOS (Searching for "Unity Connect" in App Store)端下载到它最新的版本. 本项目的所有代码均开源@https://github.com/UnityTech/ConnectAppCN.
44+
45+
#### Unity中文官方文档
46+
Unity的线上中文官方文档由UIWidgets开发,您可以点击以下网址 https://connect.unity.com/doc 来访问它的全部内容。该项目目前已开源,所有代码可以在
47+
https://github.com/UnityTech/DocCN 查看。
48+
3949
## 使用要求
4050

4151
#### Unity

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ UIWidgets is mainly derived from [Flutter](https://github.com/flutter/flutter).
1111
the powerful Unity Engine, it offers developers many new features to improve their Apps
1212
as well as the develop workflow significantly.
1313

14-
1514
#### Efficiency
1615
Using the latest Unity rendering SDKs, a UIWidgets App can run very fast and keep >60fps in most times.
1716

@@ -29,7 +28,7 @@ A UIWidgets App can be debug in the Unity Editor directly with many advanced too
2928
CPU/GPU Profiling, FPS Profiling.
3029

3130

32-
### Example
31+
## Example
3332

3433
<div style="text-align: center"><table><tr>
3534
<td style="text-align: center">
@@ -46,6 +45,16 @@ CPU/GPU Profiling, FPS Profiling.
4645
</td>
4746
</tr></table></div>
4847

48+
### Projects using UIWidgets
49+
50+
#### Unity Connect App
51+
The Unity Connect App is created using UIWidgets and available for both Android (https://connect.unity.com/connectApp/download)
52+
and iOS (Searching for "Unity Connect" in App Store). This project is open-sourced @https://github.com/UnityTech/ConnectAppCN.
53+
54+
#### Unity Chinese Doc
55+
The official website of Unity Chinese Documentation (https://connect.unity.com/doc) is powered by UIWidgets and
56+
open-sourced @https://github.com/UnityTech/DocCN.
57+
4958
## Requirement
5059

5160
#### Unity

0 commit comments

Comments
 (0)