This repository was archived by the owner on Apr 29, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ UIWidgets主要来自[Flutter](https://github.com/flutter/flutter)。但UIWidget
19
19
#### 开发者友好
20
20
开发者可以使用许多高级工具,如CPU/GPU Profiling和FPS Profiling,直接在Unity Editor中调试UIWidgets应用。
21
21
22
- ### Example
22
+ ## 示例
23
23
24
24
<div style =" text-align : center " ><table ><tr >
25
25
<td style =" text-align : center " >
@@ -36,6 +36,16 @@ UIWidgets主要来自[Flutter](https://github.com/flutter/flutter)。但UIWidget
36
36
</td >
37
37
</tr ></table ></div >
38
38
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
+
39
49
## 使用要求
40
50
41
51
#### Unity
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ UIWidgets is mainly derived from [Flutter](https://github.com/flutter/flutter).
11
11
the powerful Unity Engine, it offers developers many new features to improve their Apps
12
12
as well as the develop workflow significantly.
13
13
14
-
15
14
#### Efficiency
16
15
Using the latest Unity rendering SDKs, a UIWidgets App can run very fast and keep >60fps in most times.
17
16
@@ -29,7 +28,7 @@ A UIWidgets App can be debug in the Unity Editor directly with many advanced too
29
28
CPU/GPU Profiling, FPS Profiling.
30
29
31
30
32
- ### Example
31
+ ## Example
33
32
34
33
<div style =" text-align : center " ><table ><tr >
35
34
<td style =" text-align : center " >
@@ -46,6 +45,16 @@ CPU/GPU Profiling, FPS Profiling.
46
45
</td >
47
46
</tr ></table ></div >
48
47
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
+
49
58
## Requirement
50
59
51
60
#### Unity
You can’t perform that action at this time.
0 commit comments